#include <algorithm>

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
This commit is contained in:
Robin Dunn 2010-04-07 22:23:45 +00:00
parent 6aa3f3de0c
commit 0a492dbe7a

View 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)