You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openwrt/toolchain/gcc/patches/5.4.0/030-macos-header-fix-backpo...

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