From: Włodzimierz Skiba Date: Tue, 25 Jul 2006 06:48:03 +0000 (+0000) Subject: Use same type in both results of A?B:C operator (Tinderbox build fix). X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/f8f0558494f702a24cb1e8ca667dca8d02ba5dc9 Use same type in both results of A?B:C operator (Tinderbox build fix). git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43598 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/mgl/fontmgr.cpp b/src/mgl/fontmgr.cpp index bcb4d7b93c..0f9c957c10 100644 --- a/src/mgl/fontmgr.cpp +++ b/src/mgl/fontmgr.cpp @@ -16,6 +16,10 @@ #pragma hdrstop #endif +#ifndef WX_PRECOMP + #include "wx/log.h" +#endif + #include "wx/private/fontmgr.h" #include "wx/sysopt.h"