aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/cp-name-hint.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/cp/cp-name-hint.h')
-rw-r--r--gcc/cp/cp-name-hint.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/cp/cp-name-hint.h b/gcc/cp/cp-name-hint.h
index bfa7c53..7693980 100644
--- a/gcc/cp/cp-name-hint.h
+++ b/gcc/cp/cp-name-hint.h
@@ -32,6 +32,7 @@ along with GCC; see the file COPYING3. If not see
extern name_hint suggest_alternatives_for (location_t, tree, bool);
extern name_hint suggest_alternatives_in_other_namespaces (location_t, tree);
+extern name_hint maybe_suggest_missing_header (location_t, tree, tree);
extern name_hint suggest_alternative_in_explicit_scope (location_t, tree, tree);
extern name_hint suggest_alternative_in_scoped_enum (tree, tree);