diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2021-05-14 21:19:53 +0300 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2021-05-14 22:51:48 +0300 |
commit | 49b2d7de412f02294027cfceec7a421a73c7b436 (patch) | |
tree | e6f40c1d346e65cd71805e6ed3addfbc94297bcd /textproc/uncrustify/files/patch-src_output.cpp | |
parent | sysutils/geomWatch: mark BROKEN (does not fetch) (diff) |
textproc/uncrustify: update to 0.73.0
Diffstat (limited to 'textproc/uncrustify/files/patch-src_output.cpp')
-rw-r--r-- | textproc/uncrustify/files/patch-src_output.cpp | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/textproc/uncrustify/files/patch-src_output.cpp b/textproc/uncrustify/files/patch-src_output.cpp new file mode 100644 index 000000000000..85c70a21a9bf --- /dev/null +++ b/textproc/uncrustify/files/patch-src_output.cpp @@ -0,0 +1,16 @@ +--- src/output.cpp.orig 2021-05-13 14:53:40 UTC ++++ src/output.cpp +@@ -17,12 +17,9 @@ + #include "unc_ctype.h" + #include "unicode.h" + ++#include <map> + #include <regex> + #include <set> +- +-#ifdef WIN32 +-#include <map> // to get std::map +-#endif // WIN32 + + + constexpr static auto LCURRENT = LOUTPUT; |