From e7aab1094ddc05b3f74bf6a9c71825f0d90819fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Thu, 29 Mar 2007 06:18:23 +0000 Subject: [PATCH] PCH-less compilation fix git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45101 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/common/arrstr.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/common/arrstr.cpp b/src/common/arrstr.cpp index bfc4d88981..ace83a6712 100644 --- a/src/common/arrstr.cpp +++ b/src/common/arrstr.cpp @@ -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