diff options
Diffstat (limited to 'gcc/cp/search.cc')
-rw-r--r-- | gcc/cp/search.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/cp/search.cc b/gcc/cp/search.cc index cea9f7c..77b5b1d 100644 --- a/gcc/cp/search.cc +++ b/gcc/cp/search.cc @@ -31,6 +31,7 @@ along with GCC; see the file COPYING3. If not see #include "stringpool.h" #include "attribs.h" #include "tree-inline.h" +#include "contracts.h" static int is_subobject_of_p (tree, tree); static tree dfs_lookup_base (tree, void *); |