aboutsummaryrefslogtreecommitdiff
path: root/gdb/compile
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/compile')
-rw-r--r--gdb/compile/compile-c-support.c1
-rw-r--r--gdb/compile/compile-cplus.h1
-rw-r--r--gdb/compile/compile-loc2c.c1
3 files changed, 3 insertions, 0 deletions
diff --git a/gdb/compile/compile-c-support.c b/gdb/compile/compile-c-support.c
index 0f50c09..a6727e8 100644
--- a/gdb/compile/compile-c-support.c
+++ b/gdb/compile/compile-c-support.c
@@ -29,6 +29,7 @@
#include "regcache.h"
#include "gdbsupport/function-view.h"
#include "gdbsupport/preprocessor.h"
+#include "gdbarch.h"
/* See compile-internal.h. */
diff --git a/gdb/compile/compile-cplus.h b/gdb/compile/compile-cplus.h
index d58e030..5500a59 100644
--- a/gdb/compile/compile-cplus.h
+++ b/gdb/compile/compile-cplus.h
@@ -19,6 +19,7 @@
#include "gdbsupport/enum-flags.h"
#include "gcc-cp-plugin.h"
+#include "symtab.h"
struct type;
struct block;
diff --git a/gdb/compile/compile-loc2c.c b/gdb/compile/compile-loc2c.c
index 9ca10b7..22253c4 100644
--- a/gdb/compile/compile-loc2c.c
+++ b/gdb/compile/compile-loc2c.c
@@ -30,6 +30,7 @@
#include "dwarf2-frame.h"
#include "gdbsupport/gdb_vecs.h"
#include "value.h"
+#include "gdbarch.h"