aboutsummaryrefslogtreecommitdiffstats
path: root/community/astyle/fix-ppc64le-build.patch
blob: 048dd82c1f49c44614c0af8cca802d3055bd5416 (plain)
1
2
3
4
5
6
7
8
9
10
--- a/src/astyle_main.cpp
+++ b/src/astyle_main.cpp
@@ -41,6 +41,7 @@
 #include <cstdlib>
 #include <fstream>
 #include <sstream>
+#include <limits.h>
 
 // includes for recursive getFileNames() function
 #ifdef _WIN32