X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e36a173933aaa81b28a27979c3748e8bc42ef88c..b00403b401b75f95b6984cf5d0f6d71492f0a1f9:/src/gtk/hildon/notifmsg.cpp diff --git a/src/gtk/hildon/notifmsg.cpp b/src/gtk/hildon/notifmsg.cpp index 3cad17868e..e3e85d3725 100644 --- a/src/gtk/hildon/notifmsg.cpp +++ b/src/gtk/hildon/notifmsg.cpp @@ -23,7 +23,7 @@ #pragma hdrstop #endif -#if wxUSE_LIBHILDON +#if wxUSE_LIBHILDON || wxUSE_LIBHILDON2 #ifndef WX_PRECOMP #endif //WX_PRECOMP @@ -31,7 +31,13 @@ #include "wx/notifmsg.h" #include "wx/toplevel.h" -#include +#if wxUSE_LIBHILDON + #include +#endif // wxUSE_LIBHILDON + +#if wxUSE_LIBHILDON2 + #include +#endif // wxUSE_LIBHILDON2 // ============================================================================ // wxNotificationMessage implementation @@ -123,4 +129,4 @@ wxNotificationMessage::~wxNotificationMessage() Close(); } -#endif // wxUSE_LIBHILDON +#endif // wxUSE_LIBHILDON || wxUSE_LIBHILDON2