mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-23 23:42:43 +00:00
a999f91ca3
Signed-off-by: Felix Fietkau <nbd@nbd.name>
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
|