]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
gccrs: Add system include to `gcc/rust/rust-system.h`
authorSIGMazer <mazinasd7@gmail.com>
Tue, 23 Apr 2024 15:33:17 +0000 (17:33 +0200)
committerArthur Cohen <arthur.cohen@embecosm.com>
Mon, 17 Mar 2025 15:35:28 +0000 (16:35 +0100)
gcc/rust/ChangeLog:

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

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

index 7a6a72e5c6422d4c20d102317a45fcc1cd216dae..986428b08195429a5e0a3118243f9e66fdd2a07d 100644 (file)
@@ -46,6 +46,7 @@
 #include <fstream>
 #include <array>
 #include <algorithm>
+#include <stack>
 #include <limits>
 #include <numeric>