From 8116a0c55e7e657f36fed29035dc92d721b92928 Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Tue, 10 Apr 2007 12:23:44 +0000 Subject: [PATCH] correcting include style git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45378 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/common/string.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/string.cpp b/src/common/string.cpp index 3d171f7656..564f3ea4f1 100644 --- a/src/common/string.cpp +++ b/src/common/string.cpp @@ -45,7 +45,7 @@ #include #endif -#include +#include "wx/hashmap.h" // string handling functions used by wxString: #if wxUSE_UNICODE_UTF8 -- 2.45.2