diff options
Diffstat (limited to 'gcc/cp/repo.c')
-rw-r--r-- | gcc/cp/repo.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/cp/repo.c b/gcc/cp/repo.c index f2f95919d56..74c5ee86b12 100644 --- a/gcc/cp/repo.c +++ b/gcc/cp/repo.c @@ -33,6 +33,7 @@ Boston, MA 02111-1307, USA. */ #include "obstack.h" #include "toplev.h" #include "ggc.h" +#include "diagnostic.h" static tree repo_get_id PARAMS ((tree)); static char *extract_string PARAMS ((char **)); |