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:
Václav Slavík 2007-03-29 06:18:23 +00:00
parent b7d403419e
commit e7aab1094d

View File

@ -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