diff options
Diffstat (limited to 'gcc/store-motion.c')
-rw-r--r-- | gcc/store-motion.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/store-motion.c b/gcc/store-motion.c index a990c03f191..ec3faa2ba54 100644 --- a/gcc/store-motion.c +++ b/gcc/store-motion.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" |