X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/33d4eef0b9f61adad1f42ace436225ff508c6ea3..f8b2997476e15b63f1699b9f7b6f1db2ae6b440c:/src/gtk/taskbar.cpp diff --git a/src/gtk/taskbar.cpp b/src/gtk/taskbar.cpp index fe4c00d4af..85dd72c3e2 100644 --- a/src/gtk/taskbar.cpp +++ b/src/gtk/taskbar.cpp @@ -19,7 +19,11 @@ #include "wx/log.h" #include "wx/frame.h" +#include + #ifdef __WXGTK20__ +#include +#if GTK_CHECK_VERSION(2, 1, 0) #include "wx/gtk/taskbarpriv.h" #include "eggtrayicon.h" @@ -63,3 +67,4 @@ bool wxTaskBarIconAreaBase::IsProtocolSupported() } #endif // __WXGTK20__ +#endif // GTK_CHECK_VERSION(2, 1, 0)