diff options
Diffstat (limited to 'gcc/gcc-plugin.h')
-rw-r--r-- | gcc/gcc-plugin.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/gcc/gcc-plugin.h b/gcc/gcc-plugin.h index 5d28b96d22a..3dd52ee316a 100644 --- a/gcc/gcc-plugin.h +++ b/gcc/gcc-plugin.h @@ -48,6 +48,19 @@ along with GCC; see the file COPYING3. If not see #include "is-a.h" #include "plugin-api.h" #include "ipa-ref.h" +#include "statistics.h" +#include "double-int.h" +#include "real.h" +#include "fixed-value.h" +#include "alias.h" +#include "flags.h" +#include "symtab.h" +#include "tree-core.h" +#include "hash-set.h" +#include "wide-int.h" +#include "inchash.h" +#include "fold-const.h" +#include "tree-check.h" /* Event names. */ enum plugin_event |