diff options
Diffstat (limited to 'gcc/ra-debug.c')
-rw-r--r-- | gcc/ra-debug.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/ra-debug.c b/gcc/ra-debug.c index a20e990..8daa63d 100644 --- a/gcc/ra-debug.c +++ b/gcc/ra-debug.c @@ -29,6 +29,7 @@ #include "df.h" #include "output.h" #include "ra.h" +#include "tm_p.h" /* This file contains various dumping and debug functions for the graph coloring register allocator. */ |