From 452aa069dc8476549390910bd128b7d6a63eb4ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?W=C5=82odzimierz=20Skiba?= Date: Fri, 15 Apr 2005 16:48:21 +0000 Subject: [PATCH] Missing include. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33629 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/common/fontcmn.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/common/fontcmn.cpp b/src/common/fontcmn.cpp index 2c0415e7e9..99466a583e 100644 --- a/src/common/fontcmn.cpp +++ b/src/common/fontcmn.cpp @@ -29,6 +29,7 @@ #endif #ifndef WX_PRECOMP + #include "wx/dc.h" #include "wx/font.h" #include "wx/intl.h" #include "wx/dcscreen.h"