diff options
Diffstat (limited to 'gcc/symtab.c')
-rw-r--r-- | gcc/symtab.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/symtab.c b/gcc/symtab.c index adfa7af511a..0b1a12146cc 100644 --- a/gcc/symtab.c +++ b/gcc/symtab.c @@ -34,6 +34,7 @@ along with GCC; see the file COPYING3. If not see #include "input.h" #include "function.h" #include "emit-rtl.h" +#include "predict.h" #include "basic-block.h" #include "tree-ssa-alias.h" #include "internal-fn.h" |