diff options
Diffstat (limited to 'gcc/postreload.c')
-rw-r--r-- | gcc/postreload.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/postreload.c b/gcc/postreload.c index 03babc87695..c8d199958e4 100644 --- a/gcc/postreload.c +++ b/gcc/postreload.c @@ -21,6 +21,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" |