// 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"