]> git.saurik.com Git - wxWidgets.git/commitdiff
Compilation fix.
authorMattia Barbon <mbarbon@cpan.org>
Tue, 8 Jul 2003 20:25:26 +0000 (20:25 +0000)
committerMattia Barbon <mbarbon@cpan.org>
Tue, 8 Jul 2003 20:25:26 +0000 (20:25 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21769 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/common/string.cpp

index 42c3a74f40db07104ff73f79f300068239843f54..42863abaa81ac61538c19b36893323130520317f 100644 (file)
@@ -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