From 63dfd606eda5f6eb9c7cbb83b0486e97abab333e Mon Sep 17 00:00:00 2001 From: =?utf8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Mon, 23 Jun 2003 22:32:21 +0000 Subject: [PATCH] compilation fix git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21338 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/common/taskbarcmn.cpp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/common/taskbarcmn.cpp b/src/common/taskbarcmn.cpp index 4b1cc41fb2..97f25d32e5 100644 --- a/src/common/taskbarcmn.cpp +++ b/src/common/taskbarcmn.cpp @@ -13,11 +13,13 @@ #pragma implementation "taskbar.h" #endif -#ifdef wxHAS_TASK_BAR_ICON - // For compilers that support precompilation, includes "wx.h". #include "wx/wxprec.h" +#include "wx/defs.h" + +#ifdef wxHAS_TASK_BAR_ICON + #include "wx/taskbar.h" DEFINE_EVENT_TYPE( wxEVT_TASKBAR_MOVE ) -- 2.47.2