From e264485aac3699e8bd876c3feeee2eb48c61a81f Mon Sep 17 00:00:00 2001 From: Paul Cornett Date: Tue, 23 Oct 2012 17:29:32 +0000 Subject: [PATCH] non-pch build fix git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72737 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/gtk/notifmsg.cpp | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/gtk/notifmsg.cpp b/src/gtk/notifmsg.cpp index a3cf7ff39c..10d0d7a678 100644 --- a/src/gtk/notifmsg.cpp +++ b/src/gtk/notifmsg.cpp @@ -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 #include "wx/module.h"