diff options
Diffstat (limited to 'gcc/combine.c')
-rw-r--r-- | gcc/combine.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/combine.c b/gcc/combine.c index e4e1d3ab656..1ed49e36be8 100644 --- a/gcc/combine.c +++ b/gcc/combine.c @@ -79,6 +79,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 "rtl.h" #include "df.h" |