From 706e740f5025073df75acbb8ed115f4898696f70 Mon Sep 17 00:00:00 2001 From: Paul Cornett Date: Mon, 29 May 2006 06:53:31 +0000 Subject: [PATCH] build fix git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39420 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/fontutil.h | 1 + include/wx/msw/accel.h | 2 ++ src/html/htmprint.cpp | 1 + 3 files changed, 4 insertions(+) diff --git a/include/wx/fontutil.h b/include/wx/fontutil.h index 00ea14727f..e07b2eafe8 100644 --- a/include/wx/fontutil.h +++ b/include/wx/fontutil.h @@ -26,6 +26,7 @@ #include "wx/msw/wrapwin.h" #endif +class WXDLLIMPEXP_BASE wxArrayString; struct WXDLLEXPORT wxNativeEncodingInfo; #if defined(_WX_X_FONTLIKE) diff --git a/include/wx/msw/accel.h b/include/wx/msw/accel.h index ee7dc5dc32..d63a77c68c 100644 --- a/include/wx/msw/accel.h +++ b/include/wx/msw/accel.h @@ -12,6 +12,8 @@ #ifndef _WX_ACCEL_H_ #define _WX_ACCEL_H_ +class WXDLLIMPEXP_CORE wxWindow; + // ---------------------------------------------------------------------------- // the accel table has all accelerators for a given window or menu // ---------------------------------------------------------------------------- diff --git a/src/html/htmprint.cpp b/src/html/htmprint.cpp index 4625c82e89..739b1e4e1c 100644 --- a/src/html/htmprint.cpp +++ b/src/html/htmprint.cpp @@ -22,6 +22,7 @@ #include "wx/intl.h" #include "wx/dc.h" #include "wx/settings.h" + #include "wx/msgdlg.h" #endif #include "wx/print.h" -- 2.47.2