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