// For compilers that support precompilation, includes "wx.h".
#include "wx/wxprec.h"
+#if wxUSE_TASKBARICON
+
#include "wx/gtk/taskbarpriv.h"
#ifndef WX_PRECOMP
#include "wx/log.h"
+ #include "wx/frame.h"
+ #include "wx/menu.h"
#endif
-#include "wx/frame.h"
-#include "wx/menu.h"
-
#include <gdk/gdkx.h>
#ifdef __WXGTK20__
#endif // __WXGTK20__
#endif // GTK_CHECK_VERSION(2, 1, 0)
+
+#endif // wxUSE_TASKBARICON