]> git.saurik.com Git - wxWidgets.git/commitdiff
missing include
authorStefan Csomor <csomor@advancedconcepts.ch>
Mon, 17 Dec 2007 07:28:07 +0000 (07:28 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Mon, 17 Dec 2007 07:28:07 +0000 (07:28 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50761 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/mac/carbon/font.cpp

index beee3a6e188015418e470aa760337ab7ecec2d16..e5ebd6dc39b6510952c043805f1c15217221d422 100644 (file)
@@ -31,6 +31,7 @@
 #endif
 
 #include <map>
+#include <string>
 
 IMPLEMENT_DYNAMIC_CLASS(wxFont, wxGDIObject)