From 8d3ba63b1e2466b428c8a3e5935779286692066c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?W=C5=82odzimierz=20Skiba?= Date: Mon, 29 May 2006 06:39:40 +0000 Subject: [PATCH] Build fix. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39417 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 2857fa71b8..2d9ba5c768 100644 --- a/src/common/fontcmn.cpp +++ b/src/common/fontcmn.cpp @@ -30,6 +30,7 @@ #include "wx/dc.h" #include "wx/intl.h" #include "wx/dcscreen.h" + #include "wx/log.h" #endif // WX_PRECOMP #include "wx/gdicmn.h"