PCH-less compilation fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45101 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
b7d403419e
commit
e7aab1094d
@ -21,13 +21,12 @@
|
||||
#endif
|
||||
|
||||
#include "wx/arrstr.h"
|
||||
#include "wx/thread.h"
|
||||
|
||||
// ============================================================================
|
||||
// ArrayString
|
||||
// ============================================================================
|
||||
|
||||
#include "wx/arrstr.h"
|
||||
|
||||
wxArrayString::wxArrayString(size_t sz, const wxChar** a)
|
||||
{
|
||||
#if !wxUSE_STL
|
||||
|
Loading…
Reference in New Issue
Block a user