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 | 5 +++-- 1 file changed, 3 insertions(+), 2 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 +#include "wx/notifmsg.h" + #ifndef WX_PRECOMP + #include "wx/app.h" #endif // WX_PRECOMP -#include "wx/notifmsg.h" - #include #include "wx/module.h" -- 2.45.2