From: Mattia Barbon Date: Tue, 8 Jul 2003 20:25:26 +0000 (+0000) Subject: Compilation fix. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/6c44548a8f39808a91fe363327b16b172891dcb9 Compilation fix. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21769 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/common/string.cpp b/src/common/string.cpp index 42c3a74f40..42863abaa8 100644 --- a/src/common/string.cpp +++ b/src/common/string.cpp @@ -1755,6 +1755,8 @@ wxString& wxString::replace(size_t nStart, size_t nLen, #if !wxUSE_STL +#include "wx/arrstr.h" + // size increment = min(50% of current size, ARRAY_MAXSIZE_INCREMENT) #define ARRAY_MAXSIZE_INCREMENT 4096