Skip to content

Commit

Permalink
Add system include to gcc/rust/rust-system.h
Browse files Browse the repository at this point in the history
gcc/rust/ChangeLog:

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

Signed-off-by: SIGMazer <[email protected]>
  • Loading branch information
SIGMazer authored and P-E-P committed May 21, 2024
1 parent 80e0560 commit 219cea7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gcc/rust/rust-system.h
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
#include <fstream>
#include <array>
#include <algorithm>
#include <stack>
#include <limits>
#include <numeric>

Expand Down

0 comments on commit 219cea7

Please sign in to comment.