X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2eb92b0da899c88cbc7595e4125962f8a9d0dfcb..6586750c6a4fa9084eaf5075006ca1fcfe50e818:/src/gtk/notifmsg.cpp

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 <libnotify/notify.h>
 
 #include "wx/module.h"