add wx/log.h for non-PCH build

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58966 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Jouk Jansen 2009-02-17 13:07:58 +00:00
parent c496d8fa88
commit 6918257d40

View File

@ -28,6 +28,7 @@
#ifndef WX_PRECOMP
#include "wx/app.h"
#include "wx/log.h"
#endif // WX_PRECOMP
#include <gtk/gtk.h>