]> git.saurik.com Git - wxWidgets.git/commitdiff
non-pch build fix
authorPaul Cornett <paulcor@bullseye.com>
Tue, 23 Oct 2012 17:29:32 +0000 (17:29 +0000)
committerPaul Cornett <paulcor@bullseye.com>
Tue, 23 Oct 2012 17:29:32 +0000 (17:29 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72737 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/gtk/notifmsg.cpp

index a3cf7ff39cb951150e9f0f67fc5d8dfd79e05cb1..10d0d7a678202f6243c9a1f94fa1e3dec7e78bdb 100644 (file)
 
 #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 <libnotify/notify.h>
 
 #include "wx/module.h"