From 4d1f840337978f16d2729dcc1315b7e16bcd6a5c Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Mon, 15 Jan 2007 10:54:40 +0000 Subject: [PATCH] added wx/image.h to fix non-PCH compilation after last commit (patch 1635649) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44228 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/msw/ownerdrw.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/msw/ownerdrw.cpp b/src/msw/ownerdrw.cpp index 8d45820d74..d772273b13 100644 --- a/src/msw/ownerdrw.cpp +++ b/src/msw/ownerdrw.cpp @@ -21,6 +21,7 @@ #include "wx/msw/private.h" #include "wx/font.h" #include "wx/bitmap.h" + #include "wx/image.h" #include "wx/dcmemory.h" #include "wx/menu.h" #include "wx/utils.h" -- 2.45.2