From b494e2b0082a5464459fbc25abe4c9f46033dac1 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Thu, 25 Nov 2004 18:08:29 +0000 Subject: [PATCH] added missing header needed at least by wxMotif under HP-UX git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30790 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/dc.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/wx/dc.h b/include/wx/dc.h index 59e72ba8c0..37babb269c 100644 --- a/include/wx/dc.h +++ b/include/wx/dc.h @@ -25,6 +25,7 @@ #include "wx/cursor.h" // we have member variables of these classes #include "wx/font.h" // so we can't do without them #include "wx/colour.h" +#include "wx/bitmap.h" // for wxNullBitmap #include "wx/brush.h" #include "wx/pen.h" #include "wx/palette.h" -- 2.45.2