summaryrefslogtreecommitdiff
path: root/textproc/uncrustify/files/patch-src_output.cpp
blob: 85c70a21a9bf111e78351d7077652d7eb2e7774a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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;