X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0bca03736369e836cce9297509505c5972e775dd..378964d49d7e3c5b7a79e9cae1115d999c3b9d28:/src/unix/taskbarx11.cpp diff --git a/src/unix/taskbarx11.cpp b/src/unix/taskbarx11.cpp index 4eef00ff18..cf5e12e52a 100644 --- a/src/unix/taskbarx11.cpp +++ b/src/unix/taskbarx11.cpp @@ -21,6 +21,8 @@ // For compilers that support precompilation, includes "wx.h". #include "wx/wxprec.h" +#ifdef wxHAS_TASK_BAR_ICON + #include "wx/taskbar.h" #ifndef WX_PRECOMP @@ -30,10 +32,9 @@ #include "wx/statbmp.h" #include "wx/sizer.h" #include "wx/bitmap.h" + #include "wx/image.h" #endif -#include "wx/image.h" - #ifdef __VMS #pragma message disable nosimpint #endif @@ -326,3 +327,5 @@ bool wxTaskBarIcon::PopupMenu(wxMenu *menu) m_iconWnd->PopupMenu(menu); return true; } + +#endif // wxHAS_TASK_BAR_ICON