https://gcc.gnu.org/g:219cea788152068895ece969d0462c7b6a102a69

commit 219cea788152068895ece969d0462c7b6a102a69
Author: SIGMazer <mazina...@gmail.com>
Date:   Tue Apr 23 17:33:17 2024 +0200

    Add system include to `gcc/rust/rust-system.h`
    
    gcc/rust/ChangeLog:
    
            * rust-system.h: Add system include <stack>
    
    Signed-off-by: SIGMazer <mazina...@gmail.com>

Diff:
---
 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 2382e5b1fb4e..5c260ee9944d 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>

Reply via email to