diff options
Diffstat (limited to 'gcc/bitmap.h')
-rw-r--r-- | gcc/bitmap.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/bitmap.h b/gcc/bitmap.h index 0b6ed73..2a3b0b4 100644 --- a/gcc/bitmap.h +++ b/gcc/bitmap.h @@ -22,6 +22,7 @@ along with GCC; see the file COPYING3. If not see #define GCC_BITMAP_H #include "hashtab.h" #include "statistics.h" +#include "obstack.h" /* Fundamental storage type for bitmap. */ |