aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/gcc-plugins/gcc-common.h
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/gcc-plugins/gcc-common.h')
-rw-r--r--scripts/gcc-plugins/gcc-common.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/gcc-plugins/gcc-common.h b/scripts/gcc-plugins/gcc-common.h
index ffd1dfaa1cc1..f46750053377 100644
--- a/scripts/gcc-plugins/gcc-common.h
+++ b/scripts/gcc-plugins/gcc-common.h
@@ -97,6 +97,10 @@
97#include "predict.h" 97#include "predict.h"
98#include "ipa-utils.h" 98#include "ipa-utils.h"
99 99
100#if BUILDING_GCC_VERSION >= 8000
101#include "stringpool.h"
102#endif
103
100#if BUILDING_GCC_VERSION >= 4009 104#if BUILDING_GCC_VERSION >= 4009
101#include "attribs.h" 105#include "attribs.h"
102#include "varasm.h" 106#include "varasm.h"