From 639341e5b746e7ac56dc3b11f757d65f708c3b8c Mon Sep 17 00:00:00 2001 From: Arthur Cohen Date: Wed, 5 Oct 2022 09:49:05 +0200 Subject: make_unique: Remove system includes --- gcc/rust/util/rust-make-unique.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc') 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 +#include "rust-system.h" namespace Rust { -- cgit v1.1