From: Julian Smart Date: Mon, 11 Sep 2000 12:03:22 +0000 (+0000) Subject: Included tipwindow.h unconditionally X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/afb02ca57cf9c1e37732a4364c0fc26579067a31 Included tipwindow.h unconditionally git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8324 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/common/cshelp.cpp b/src/common/cshelp.cpp index 375e9f7ce6..6c4975896c 100644 --- a/src/common/cshelp.cpp +++ b/src/common/cshelp.cpp @@ -31,9 +31,9 @@ #if wxUSE_HELP #ifndef WX_PRECOMP - #include "wx/tipwin.h" #endif +#include "wx/tipwin.h" #include "wx/app.h" #include "wx/cshelp.h"