From a2c8b98460245780976a20867cee464bfc622f26 Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Tue, 22 Jun 2010 11:49:09 +0000 Subject: [PATCH] trying to get it building at least git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@64689 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- tests/interactive/input.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/interactive/input.cpp b/tests/interactive/input.cpp index f4575c9a9c..8344ef5c6a 100644 --- a/tests/interactive/input.cpp +++ b/tests/interactive/input.cpp @@ -21,6 +21,10 @@ #pragma hdrstop #endif +#include "wx/app.h" +#include "wx/wxcrt.h" // for wxPuts +#include "wx/wxcrtvararg.h" // for wxPrintf + // ---------------------------------------------------------------------------- // conditional compilation // ---------------------------------------------------------------------------- -- 2.47.2