diff options
Diffstat (limited to 'gcc/loop.h')
-rw-r--r-- | gcc/loop.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/loop.h b/gcc/loop.h index 046196fb235..3b8cb7a14e0 100644 --- a/gcc/loop.h +++ b/gcc/loop.h @@ -19,7 +19,8 @@ the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include "varray.h" -#include "basic-block.h" +#include "bitmap.h" + /* Flags passed to loop_optimize. */ #define LOOP_UNROLL 1 #define LOOP_BCT 2 |