summaryrefslogtreecommitdiff
path: root/dev-util/codelite/files/c++11.patch
blob: d5b1533fb107db500190cf990b1b4c716ac9e1a0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/CodeFormatter/codeformatter.cpp b/CodeFormatter/codeformatter.cpp
index 56dce2d0b..bb46ab9a6 100644
--- a/CodeFormatter/codeformatter.cpp
+++ b/CodeFormatter/codeformatter.cpp
@@ -49,6 +49,7 @@
 #include <wx/filename.h>
 #include <wx/progdlg.h>
 #include <wx/xrc/xmlres.h>
+#include <algorithm>
 
 static int ID_TOOL_SOURCE_CODE_FORMATTER = ::wxNewId();