From: Václav Slavík Date: Mon, 28 Jul 2003 21:32:46 +0000 (+0000) Subject: compilation fix X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/1020103f16649373e73561004099dac972747c91 compilation fix git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22360 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/generic/helpext.cpp b/src/generic/helpext.cpp index 04e168a39a..1f89d737a2 100644 --- a/src/generic/helpext.cpp +++ b/src/generic/helpext.cpp @@ -29,6 +29,7 @@ #include "wx/intl.h" #include "wx/msgdlg.h" #include "wx/choicdlg.h" + #include "wx/log.h" #endif #include "wx/helpbase.h"