From 88899f6b030eec7747621619507d878c3cfed22e Mon Sep 17 00:00:00 2001 From: Ron Lee Date: Sun, 26 Sep 2004 11:47:30 +0000 Subject: [PATCH] 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 --- include/wx/msw/font.h | 2 ++ 1 file changed, 2 insertions(+) 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 // ---------------------------------------------------------------------------- -- 2.50.0