From: SIGMazer <[email protected]>
gcc/rust/ChangeLog:
* rust-system.h: Add system include <stack>
Signed-off-by: SIGMazer <[email protected]>
---
gcc/rust/rust-system.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/gcc/rust/rust-system.h b/gcc/rust/rust-system.h
index 7a6a72e5c64..986428b0819 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>
--
2.45.2