compilation fix for GTK+ < 2.10

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58819 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2009-02-09 21:17:02 +00:00
parent ceed527cc9
commit e232b083f9
2 changed files with 2 additions and 2 deletions

View File

@@ -12,7 +12,7 @@
// For compilers that support precompilation, includes "wx.h".
#include "wx/wxprec.h"
#if wxUSE_TASKBARICON
#if wxUSE_TASKBARICON && defined(__WXGTK210__)
#include "wx/taskbar.h"