From 1020103f16649373e73561004099dac972747c91 Mon Sep 17 00:00:00 2001 From: =?utf8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Mon, 28 Jul 2003 21:32:46 +0000 Subject: [PATCH] compilation fix git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22360 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/generic/helpext.cpp | 1 + 1 file changed, 1 insertion(+) 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" -- 2.45.2