]> git.saurik.com Git - wxWidgets.git/blobdiff - src/stubs/font.cpp
compilation fix for non-threaded compilation (threads are still broken
[wxWidgets.git] / src / stubs / font.cpp
index 5835259696b8a0e40d5d3b37d0b1fb2a2d1cb1f0..c152046ec4c691485b3d4a3415ab360a7f91d7a7 100644 (file)
 #pragma implementation "font.h"
 #endif
 
+#include "wx/defs.h"
+#include "wx/string.h"
 #include "wx/font.h"
+#include "wx/gdicmn.h"
 
-#if !USE_SHARED_LIBRARIES
 IMPLEMENT_DYNAMIC_CLASS(wxFont, wxGDIObject)
-#endif
 
 wxFontRefData::wxFontRefData()
 {