]> git.saurik.com Git - wxWidgets.git/commitdiff
#include <algorithm>
authorRobin Dunn <robin@alldunn.com>
Wed, 7 Apr 2010 22:23:45 +0000 (22:23 +0000)
committerRobin Dunn <robin@alldunn.com>
Wed, 7 Apr 2010 22:23:45 +0000 (22:23 +0000)
to fix problem in PCH-less STL builds

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63909 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/vector.h

index c30f158e8baac0c9c7519ddd8f05f55f4e7465cb..3af683621fb5c7020060a962b8fc66de7badf9f8 100644 (file)
@@ -17,6 +17,8 @@
 #if wxUSE_STL
 
 #include <vector>
+#include <algorithm>
+
 #define wxVector std::vector
 template<typename T>
 inline void wxVectorSort(wxVector<T>& v)