aboutsummaryrefslogtreecommitdiff
path: root/gcc/lto-compress.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/lto-compress.c')
-rw-r--r--gcc/lto-compress.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/gcc/lto-compress.c b/gcc/lto-compress.c
index 4d718d5..fa4b8f4 100644
--- a/gcc/lto-compress.c
+++ b/gcc/lto-compress.c
@@ -28,6 +28,15 @@ along with GCC; see the file COPYING3. If not see
#include <zlib.h>
#include "coretypes.h"
#include "tree.h"
+#include "predict.h"
+#include "vec.h"
+#include "hashtab.h"
+#include "hash-set.h"
+#include "machmode.h"
+#include "tm.h"
+#include "hard-reg-set.h"
+#include "input.h"
+#include "function.h"
#include "basic-block.h"
#include "tree-ssa-alias.h"
#include "internal-fn.h"