]> git.saurik.com Git - wxWidgets.git/commitdiff
build fix
authorPaul Cornett <paulcor@bullseye.com>
Mon, 29 May 2006 06:53:31 +0000 (06:53 +0000)
committerPaul Cornett <paulcor@bullseye.com>
Mon, 29 May 2006 06:53:31 +0000 (06:53 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39420 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/fontutil.h
include/wx/msw/accel.h
src/html/htmprint.cpp

index 00ea14727ff00153dc00b3bf9af84212b55f0d68..e07b2eafe8d2b0c640ecec13a4f9576145669d52 100644 (file)
@@ -26,6 +26,7 @@
     #include "wx/msw/wrapwin.h"
 #endif
 
+class WXDLLIMPEXP_BASE wxArrayString;
 struct WXDLLEXPORT wxNativeEncodingInfo;
 
 #if defined(_WX_X_FONTLIKE)
index ee7dc5dc321ac83ecc60b766005e3b02cbac02a1..d63a77c68c8eee62d2a57821af1bbdc3ecdcc6ed 100644 (file)
@@ -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
 // ----------------------------------------------------------------------------
index 4625c82e897bb18df6fe05456a1cc4dd1aed8f42..739b1e4e1c8d097a197a9fe81e82a0ace23eae64 100644 (file)
@@ -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"