From df57f6bea383ec80dc2aefbdbe631cc79b68fcfa Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sun, 22 Apr 2007 22:20:57 +0000 Subject: [PATCH] compilation fixes for PCH-less build git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45594 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/apptrait.h | 1 + src/common/dlgcmn.cpp | 1 + 2 files changed, 2 insertions(+) diff --git a/include/wx/apptrait.h b/include/wx/apptrait.h index 213ccc01e8..ac132956f7 100644 --- a/include/wx/apptrait.h +++ b/include/wx/apptrait.h @@ -15,6 +15,7 @@ #include "wx/string.h" #include "wx/platinfo.h" +class WXDLLIMPEXP_BASE wxArrayString; class WXDLLIMPEXP_BASE wxObject; class WXDLLEXPORT wxAppTraits; #if wxUSE_FONTMAP diff --git a/src/common/dlgcmn.cpp b/src/common/dlgcmn.cpp index ec5a528ad4..7100e0fd7a 100644 --- a/src/common/dlgcmn.cpp +++ b/src/common/dlgcmn.cpp @@ -27,6 +27,7 @@ #include "wx/dialog.h" #ifndef WX_PRECOMP + #include "wx/app.h" #include "wx/button.h" #include "wx/dcclient.h" #include "wx/intl.h" -- 2.45.2