diff options
Diffstat (limited to 'gcc/store-motion.c')
-rw-r--r-- | gcc/store-motion.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/store-motion.c b/gcc/store-motion.c index 85870f6815b..7d7c961600f 100644 --- a/gcc/store-motion.c +++ b/gcc/store-motion.c @@ -33,6 +33,11 @@ along with GCC; see the file COPYING3. If not see #include "insn-config.h" #include "recog.h" #include "basic-block.h" +#include "hashtab.h" +#include "hash-set.h" +#include "vec.h" +#include "machmode.h" +#include "input.h" #include "function.h" #include "expr.h" #include "except.h" |