From 85dc49dc6caf526b7e3dbb5006d375aaf17d2531 Mon Sep 17 00:00:00 2001 From: Paul Cornett Date: Tue, 3 Oct 2006 19:28:10 +0000 Subject: [PATCH 1/1] build fix git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41604 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- contrib/src/deprecated/resource.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/contrib/src/deprecated/resource.cpp b/contrib/src/deprecated/resource.cpp index 0a567750bf..40a9acfb40 100644 --- a/contrib/src/deprecated/resource.cpp +++ b/contrib/src/deprecated/resource.cpp @@ -25,6 +25,7 @@ #endif // VC++ #ifndef WX_PRECOMP + #include "wx/panel.h" #include "wx/list.h" #include "wx/hash.h" #include "wx/gdicmn.h" -- 2.45.2