From 8908317871eb1e8aa48eaecf0d8d85d3a39f27d2 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Thu, 19 Aug 2010 00:06:17 +0000 Subject: [PATCH] Compilation fix for STL build in wxGtkCollatableString code. Include wx/string.h to define wxString used by this class. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@65357 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/gtk/private/string.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/wx/gtk/private/string.h b/include/wx/gtk/private/string.h index 8be04b483f..9721015bf2 100644 --- a/include/wx/gtk/private/string.h +++ b/include/wx/gtk/private/string.h @@ -36,6 +36,7 @@ private: // list for sorting collated strings // ---------------------------------------------------------------------------- +#include "wx/string.h" #include "wx/vector.h" #include "wx/sharedptr.h" -- 2.47.2