]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/notifmsg.cpp
Fix for #15520: wxRichTextCtrl: Drawing the selection doesn't respect its container...
[wxWidgets.git] / src / gtk / notifmsg.cpp
index a3cf7ff39cb951150e9f0f67fc5d8dfd79e05cb1..20bc1884ba61414241183bd38c2e5314783807d8 100644 (file)
@@ -3,7 +3,6 @@
 // Purpose:     wxNotificationMessage for wxGTK using libnotify.
 // Author:      Vadim Zeitlin
 // Created:     2012-07-25
-// RCS-ID:      $Id$
 // Copyright:   (c) 2012 Vadim Zeitlin <vadim@wxwidgets.org>
 // Licence:     wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
 
 #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"