From 155c2f6c8231d2e337a3ed2aad2dca681a8ff76e Mon Sep 17 00:00:00 2001 From: =?utf8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Tue, 15 May 2007 16:23:28 +0000 Subject: [PATCH] compilation fix for PCH-less build git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46049 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/common/unichar.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/unichar.cpp b/src/common/unichar.cpp index b83a0817a3..b0f3eb4030 100644 --- a/src/common/unichar.cpp +++ b/src/common/unichar.cpp @@ -24,7 +24,7 @@ #endif #include "wx/unichar.h" -#include "wx/stringops.h" +#include "wx/string.h" // =========================================================================== // implementation -- 2.45.2