]> git.saurik.com Git - wxWidgets.git/commitdiff
wxSize needs to be fully defined if we want to use it inline here.
authorRon Lee <ron@debian.org>
Sun, 26 Sep 2004 11:47:30 +0000 (11:47 +0000)
committerRon Lee <ron@debian.org>
Sun, 26 Sep 2004 11:47:30 +0000 (11:47 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29387 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/msw/font.h

index 01e7a41c76ab8be2dfa89b9d511373fc5e7e6c15..e20075f1ebd538ded02fc7be4a2ebaa113f52400 100644 (file)
@@ -16,6 +16,8 @@
     #pragma interface "font.h"
 #endif
 
+#include <wx/gdicmn.h>
+
 // ----------------------------------------------------------------------------
 // wxFont
 // ----------------------------------------------------------------------------