From 5fb4d3044afef84d665e4b8851873eb4813793c0 Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Mon, 31 Mar 2014 18:28:05 +0000 Subject: [PATCH] testing whether this helps getting the drawing testsuite to build git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@76246 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- tests/drawing/basictest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/drawing/basictest.cpp b/tests/drawing/basictest.cpp index ac75dc8eac..ee7411ec00 100644 --- a/tests/drawing/basictest.cpp +++ b/tests/drawing/basictest.cpp @@ -18,7 +18,7 @@ #ifndef WX_PRECOMP #include "wx/app.h" #include "wx/font.h" - #include "wx/window.h" +// #include "wx/window.h" #endif // WX_PRECOMP #define _WX_CURSOR_H_BASE_