]> git.saurik.com Git - wxWidgets.git/commitdiff
Compilation fix
authorMichael Wetherell <mike.wetherell@ntlworld.com>
Sat, 16 Jul 2005 12:28:08 +0000 (12:28 +0000)
committerMichael Wetherell <mike.wetherell@ntlworld.com>
Sat, 16 Jul 2005 12:28:08 +0000 (12:28 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34867 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

samples/debugrpt/debugrpt.cpp

index ff6266a57fa6cff3b5a2fcf737b441b0000f2f59..4de12cb5a759f7a8c37a5679fbcf83f42c3fb3df 100644 (file)
@@ -14,6 +14,7 @@
 // ----------------------------------------------------------------------------
 
 #include "wx/app.h"
+#include "wx/log.h"
 #include "wx/frame.h"
 #include "wx/menu.h"
 #include "wx/msgdlg.h"