From: Ron Lee Date: Sun, 26 Sep 2004 11:47:30 +0000 (+0000) Subject: wxSize needs to be fully defined if we want to use it inline here. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/88899f6b030eec7747621619507d878c3cfed22e wxSize needs to be fully defined if we want to use it inline here. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29387 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/msw/font.h b/include/wx/msw/font.h index 01e7a41c76..e20075f1eb 100644 --- a/include/wx/msw/font.h +++ b/include/wx/msw/font.h @@ -16,6 +16,8 @@ #pragma interface "font.h" #endif +#include + // ---------------------------------------------------------------------------- // wxFont // ----------------------------------------------------------------------------