From: Stefan Csomor Date: Sun, 1 Feb 2009 06:25:32 +0000 (+0000) Subject: adding explicit log.h include X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/a56a99abe859f37615251c865bc807bf13e8b180 adding explicit log.h include git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58584 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/osx/utils_osx.cpp b/src/osx/utils_osx.cpp index e044f1a54d..6318dd92eb 100644 --- a/src/osx/utils_osx.cpp +++ b/src/osx/utils_osx.cpp @@ -17,6 +17,7 @@ #ifndef WX_PRECOMP #include "wx/intl.h" #include "wx/app.h" + #include "wx/log.h" #if wxUSE_GUI #include "wx/toplevel.h" #include "wx/font.h"