diff options
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/rust/lex/rust-codepoint.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/rust/lex/rust-codepoint.h b/gcc/rust/lex/rust-codepoint.h index 22da080..1a9f0ca 100644 --- a/gcc/rust/lex/rust-codepoint.h +++ b/gcc/rust/lex/rust-codepoint.h @@ -19,7 +19,7 @@ #ifndef RUST_CODEPOINT_H #define RUST_CODEPOINT_H -#include <string> +#include "rust-system.h" namespace Rust { struct Codepoint |