From 05962bdd2b52a26ea79e49c09af79008ada706d1 Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Tue, 21 Aug 2007 17:03:45 +0000 Subject: [PATCH] Compile fix on Mac (at least) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48307 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/private/wxprintf.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/wx/private/wxprintf.h b/include/wx/private/wxprintf.h index f797981812..e83002f4a7 100644 --- a/include/wx/private/wxprintf.h +++ b/include/wx/private/wxprintf.h @@ -17,6 +17,8 @@ // --------------------------------------------------------------------------- #include "wx/crt.h" +#include "wx/log.h" +#include "wx/utils.h" #include -- 2.45.2