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 -#ifndef WX_PRECOMP -#endif // WX_PRECOMP - #include "wx/notifmsg.h" +#ifndef WX_PRECOMP + #include "wx/app.h" +#endif // WX_PRECOMP + #include #include "wx/module.h"