diff options
author | SIGMazer <mazinasd7@gmail.com> | 2024-04-23 17:33:17 +0200 |
---|---|---|
committer | P-E-P <32375388+P-E-P@users.noreply.github.com> | 2024-05-21 12:42:09 +0000 |
commit | 219cea788152068895ece969d0462c7b6a102a69 (patch) | |
tree | 7c554329cf0025618f73c6dcb80bd079d9c23e7f | |
parent | 80e0560b54241dc0d1d86063f482f222e5aa9cd7 (diff) | |
download | gcc-219cea788152068895ece969d0462c7b6a102a69.zip gcc-219cea788152068895ece969d0462c7b6a102a69.tar.gz gcc-219cea788152068895ece969d0462c7b6a102a69.tar.bz2 |
Add system include to `gcc/rust/rust-system.h`
gcc/rust/ChangeLog:
* rust-system.h: Add system include <stack>
Signed-off-by: SIGMazer <mazinasd7@gmail.com>
-rw-r--r-- | gcc/rust/rust-system.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/rust/rust-system.h b/gcc/rust/rust-system.h index 2382e5b..5c260ee 100644 --- a/gcc/rust/rust-system.h +++ b/gcc/rust/rust-system.h @@ -46,6 +46,7 @@ #include <fstream> #include <array> #include <algorithm> +#include <stack> #include <limits> #include <numeric> |