From 83ed867e70da06acb2311fa5749263b483c2002c Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Wed, 19 Oct 2011 10:58:59 +0000 Subject: [PATCH] More fixes for PCH-less compilation. Include declarations for or forward declare more classes. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@69466 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/richtooltip.h | 1 + src/osx/nonownedwnd_osx.cpp | 1 + 2 files changed, 2 insertions(+) diff --git a/include/wx/richtooltip.h b/include/wx/richtooltip.h index 83ea72d..a076a6f 100644 --- a/include/wx/richtooltip.h +++ b/include/wx/richtooltip.h @@ -16,6 +16,7 @@ class WXDLLIMPEXP_FWD_CORE wxColour; class WXDLLIMPEXP_FWD_CORE wxFont; class WXDLLIMPEXP_FWD_CORE wxIcon; +class WXDLLIMPEXP_FWD_CORE wxWindow; class wxRichToolTipImpl; diff --git a/src/osx/nonownedwnd_osx.cpp b/src/osx/nonownedwnd_osx.cpp index 89ad08c..1d643a0 100644 --- a/src/osx/nonownedwnd_osx.cpp +++ b/src/osx/nonownedwnd_osx.cpp @@ -13,6 +13,7 @@ #ifndef WX_PRECOMP #include "wx/app.h" + #include "wx/dcmemory.h" #include "wx/log.h" #endif // WX_PRECOMP -- 2.7.4