mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-24 07:46:48 +00:00
11 lines
188 B
Diff
11 lines
188 B
Diff
|
--- 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
|