aboutsummaryrefslogtreecommitdiff
path: root/gcc/omp-low.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/omp-low.c')
-rw-r--r--gcc/omp-low.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/omp-low.c b/gcc/omp-low.c
index fe9bf80..9098f0a 100644
--- a/gcc/omp-low.c
+++ b/gcc/omp-low.c
@@ -56,6 +56,9 @@ along with GCC; see the file COPYING3. If not see
#include "langhooks.h"
#include "diagnostic-core.h"
#include "gimple-ssa.h"
+#include "hash-map.h"
+#include "plugin-api.h"
+#include "ipa-ref.h"
#include "cgraph.h"
#include "tree-cfg.h"
#include "tree-phinodes.h"
@@ -77,6 +80,7 @@ along with GCC; see the file COPYING3. If not see
#include "gimple-low.h"
#include "tree-cfgcleanup.h"
#include "pretty-print.h"
+#include "alloc-pool.h"
#include "ipa-prop.h"
#include "tree-nested.h"
#include "tree-eh.h"