From 9e0959cda4dc688c1c7287f99fb61a895f5cfd90 Mon Sep 17 00:00:00 2001 From: =?utf8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Thu, 1 Nov 2012 18:25:00 +0000 Subject: [PATCH] Compilation fix for PCH-less build. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72849 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/testing.h | 3 +++ 1 file changed, 3 insertions(+) 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; -- 2.50.0