diff options
-rw-r--r-- | gcc/rust/util/rust-make-unique.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/rust/util/rust-make-unique.h b/gcc/rust/util/rust-make-unique.h index f33f912..0d190fe 100644 --- a/gcc/rust/util/rust-make-unique.h +++ b/gcc/rust/util/rust-make-unique.h @@ -19,7 +19,7 @@ #ifndef RUST_MAKE_UNIQUE_H #define RUST_MAKE_UNIQUE_H -#include <memory> +#include "rust-system.h" namespace Rust { |