From: Václav Slavík Date: Thu, 1 Nov 2012 18:25:00 +0000 (+0000) Subject: Compilation fix for PCH-less build. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/9e0959cda4dc688c1c7287f99fb61a895f5cfd90 Compilation fix for PCH-less build. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72849 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/testing.h b/include/wx/testing.h index 905184e493..a67585a130 100644 --- a/include/wx/testing.h +++ b/include/wx/testing.h @@ -76,6 +76,9 @@ private: #include #include "wx/afterstd.h" #include "wx/cpp.h" +#include "wx/dialog.h" +#include "wx/msgdlg.h" +#include "wx/filedlg.h" class wxTestingModalHook;