diff options
Diffstat (limited to 'gcc/fold-const.c')
-rw-r--r-- | gcc/fold-const.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/fold-const.c b/gcc/fold-const.c index 61eee4ae830..f78ec4e68df 100644 --- a/gcc/fold-const.c +++ b/gcc/fold-const.c @@ -44,6 +44,7 @@ along with GCC; see the file COPYING3. If not see #include "system.h" #include "coretypes.h" #include "backend.h" +#include "predict.h" #include "tree.h" #include "gimple.h" #include "rtl.h" |