diff options
Diffstat (limited to 'gcc/genconditions.c')
-rw-r--r-- | gcc/genconditions.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/genconditions.c b/gcc/genconditions.c index 89d273898a6..73c93777773 100644 --- a/gcc/genconditions.c +++ b/gcc/genconditions.c @@ -87,6 +87,8 @@ write_header (void) #include \"hard-reg-set.h\"\n\ #include \"predict.h\"\n\ #include \"basic-block.h\"\n\ +#include \"bitmap.h\"\n\ +#include \"df.h\"\n\ #include \"resource.h\"\n\ #include \"diagnostic-core.h\"\n\ #include \"reload.h\"\n\ |