summaryrefslogtreecommitdiff
path: root/textproc/uncrustify/files/patch-src_tokenize.cpp
blob: 5355d9270c67f3c38ec6811db18912b1ccdcaaf4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- src/tokenize.cpp.orig	2021-05-13 14:53:40 UTC
+++ src/tokenize.cpp
@@ -16,10 +16,7 @@
 #include "unc_ctype.h"
 
 #include <regex>
-
-#ifdef WIN32
-#include <stack>            // to get std::stack
-#endif // WIN32
+#include <stack>
 
 
 #define LE_COUNT(x)    cpd.le_counts[static_cast<size_t>(LE_ ## x)]