blob: 37c774e0b2809747686e833b16376b2f232a2952 (
plain)
1
2
3
4
5
6
7
8
9
10
|
--- a/gcc/system.h
+++ b/gcc/system.h
@@ -216,6 +216,7 @@ extern int errno;
#ifdef __cplusplus
# include <algorithm>
+# include <map>
# include <cstring>
# include <utility>
#endif
|