diff options
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/sparc/sparc-rust.c | 1 | ||||
-rw-r--r-- | gcc/rust/rust-session-manager.cc | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/gcc/config/sparc/sparc-rust.c b/gcc/config/sparc/sparc-rust.c index 6ba2852..7c82131 100644 --- a/gcc/config/sparc/sparc-rust.c +++ b/gcc/config/sparc/sparc-rust.c @@ -19,6 +19,7 @@ along with GCC; see the file COPYING3. If not see #include "system.h" #include "coretypes.h" #include "tm.h" +#include "memmodel.h" #include "tm_p.h" #include "rust/rust-target.h" #include "rust/rust-target-def.h" diff --git a/gcc/rust/rust-session-manager.cc b/gcc/rust/rust-session-manager.cc index 5e9746f..eb52a50 100644 --- a/gcc/rust/rust-session-manager.cc +++ b/gcc/rust/rust-session-manager.cc @@ -26,6 +26,7 @@ #include "target.h" #include "tm.h" +#include "memmodel.h" #include "tm_p.h" //#include "rust-target.h" |