non-pch build fix

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72737 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Paul Cornett
2012-10-23 17:29:32 +00:00
parent 856cad9ac7
commit e264485aac

View File

@@ -25,11 +25,12 @@
#if wxUSE_NOTIFICATION_MESSAGE && wxUSE_LIBNOTIFY
#ifndef WX_PRECOMP
#endif // WX_PRECOMP
#include "wx/notifmsg.h"
#ifndef WX_PRECOMP
#include "wx/app.h"
#endif // WX_PRECOMP
#include <libnotify/notify.h>
#include "wx/module.h"