From 36b6059076481306c4c08eb99599164b1e3acf06 Mon Sep 17 00:00:00 2001 From: Michael Wetherell Date: Sat, 16 Jul 2005 12:28:08 +0000 Subject: [PATCH] Compilation fix git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34867 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- samples/debugrpt/debugrpt.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/samples/debugrpt/debugrpt.cpp b/samples/debugrpt/debugrpt.cpp index ff6266a57f..4de12cb5a7 100644 --- a/samples/debugrpt/debugrpt.cpp +++ b/samples/debugrpt/debugrpt.cpp @@ -14,6 +14,7 @@ // ---------------------------------------------------------------------------- #include "wx/app.h" +#include "wx/log.h" #include "wx/frame.h" #include "wx/menu.h" #include "wx/msgdlg.h" -- 2.45.2