#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:
parent
6aa3f3de0c
commit
0a492dbe7a
@ -17,6 +17,8 @@
|
||||
#if wxUSE_STL
|
||||
|
||||
#include <vector>
|
||||
#include <algorithm>
|
||||
|
||||
#define wxVector std::vector
|
||||
template<typename T>
|
||||
inline void wxVectorSort(wxVector<T>& v)
|
||||
|
Loading…
Reference in New Issue
Block a user