diff options
Diffstat (limited to 'gcc/tree-sra.c')
-rw-r--r-- | gcc/tree-sra.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/tree-sra.c b/gcc/tree-sra.c index 3f6111c..77e8735 100644 --- a/gcc/tree-sra.c +++ b/gcc/tree-sra.c @@ -76,6 +76,7 @@ along with GCC; see the file COPYING3. If not see #include "coretypes.h" #include "alloc-pool.h" #include "backend.h" +#include "predict.h" #include "tree.h" #include "gimple.h" #include "rtl.h" |