From b785d15d500114966989c4355cd6779a0a66ab75 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Wed, 3 Oct 2012 07:58:56 +0000 Subject: [PATCH] Add missing header to fix MiscGUIFuncsTestCase compilation. Need full wxPanel declaration here now. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72609 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- tests/misc/guifuncs.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/misc/guifuncs.cpp b/tests/misc/guifuncs.cpp index 6523b2bbba..e63835d92f 100644 --- a/tests/misc/guifuncs.cpp +++ b/tests/misc/guifuncs.cpp @@ -28,6 +28,7 @@ #include "wx/button.h" #include "wx/clipbrd.h" #include "wx/dataobj.h" +#include "wx/panel.h" #include "asserthelper.h"