]> git.saurik.com Git - wxWidgets.git/commitdiff
include <string>
authorRobert Roebling <robert@roebling.de>
Thu, 31 Jul 2008 12:35:46 +0000 (12:35 +0000)
committerRobert Roebling <robert@roebling.de>
Thu, 31 Jul 2008 12:35:46 +0000 (12:35 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54885 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/ustring.h

index 1158af5a98f3d1c06a15db4b0c1aa0d36ded942b..fdb658ec7739bac3656732616128a0e9f226ed97 100644 (file)
@@ -13,6 +13,8 @@
 #include "wx/defs.h"
 #include "wx/string.h"
 
+#include <string>
+
 WXDLLIMPEXP_TEMPLATE_INSTANCE_BASE( wxCharTypeBuffer<wxChar32> )
 
 #if SIZEOF_WCHAR_T == 2