From 200a46635ebb75b5dc94e25b7b1bbd5f72b610d5 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Thu, 3 May 2007 02:19:16 +0000 Subject: [PATCH] compilation fix when not using PCH after the last change git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@45772 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/common/sstream.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/common/sstream.cpp b/src/common/sstream.cpp index 3fbbc3fdf3..61f5e8bb99 100644 --- a/src/common/sstream.cpp +++ b/src/common/sstream.cpp @@ -28,6 +28,10 @@ #include "wx/sstream.h" +#if wxUSE_UNICODE + #include "wx/hashmap.h" +#endif + // ============================================================================ // wxStringInputStream implementation // ============================================================================