From e273c962f80926ad2b8d00807c4d15331f9b743f Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Mon, 9 Apr 2007 13:51:43 +0000 Subject: [PATCH] added wx/image.h to fix compilation without PCH after last change git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45353 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- samples/widgets/widgets.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/samples/widgets/widgets.cpp b/samples/widgets/widgets.cpp index 31d4763cce..f0e31be924 100644 --- a/samples/widgets/widgets.cpp +++ b/samples/widgets/widgets.cpp @@ -30,6 +30,7 @@ #include "wx/log.h" #include "wx/frame.h" #include "wx/menu.h" + #include "wx/image.h" #include "wx/button.h" #include "wx/checkbox.h" -- 2.45.2