diff options
Diffstat (limited to 'gcc/config/epiphany/mode-switch-use.c')
-rw-r--r-- | gcc/config/epiphany/mode-switch-use.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/config/epiphany/mode-switch-use.c b/gcc/config/epiphany/mode-switch-use.c index 8f9c512..75c843a 100644 --- a/gcc/config/epiphany/mode-switch-use.c +++ b/gcc/config/epiphany/mode-switch-use.c @@ -24,6 +24,12 @@ along with GCC; see the file COPYING3. If not see #include "coretypes.h" #include "tm.h" #include "rtl.h" +#include "hashtab.h" +#include "hash-set.h" +#include "vec.h" +#include "machmode.h" +#include "hard-reg-set.h" +#include "input.h" #include "function.h" #include "emit-rtl.h" #include "tree-pass.h" |