]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Add system include to `gcc/rust/rust-system.h`
authorSIGMazer <mazinasd7@gmail.com>
Tue, 23 Apr 2024 15:33:17 +0000 (17:33 +0200)
committerP-E-P <32375388+P-E-P@users.noreply.github.com>
Tue, 21 May 2024 12:42:09 +0000 (12:42 +0000)
gcc/rust/ChangeLog:

* rust-system.h: Add system include <stack>

Signed-off-by: SIGMazer <mazinasd7@gmail.com>
gcc/rust/rust-system.h

index 2382e5b1fb4e28eae5c5b067fefdd6102d836991..5c260ee9944de302aac0187c731bb5b1388bfdd7 100644 (file)
@@ -46,6 +46,7 @@
 #include <fstream>
 #include <array>
 #include <algorithm>
+#include <stack>
 #include <limits>
 #include <numeric>