]> git.saurik.com Git - wxWidgets.git/commitdiff
added missing header needed at least by wxMotif under HP-UX
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 25 Nov 2004 18:08:29 +0000 (18:08 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 25 Nov 2004 18:08:29 +0000 (18:08 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30790 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/dc.h

index 59e72ba8c082e8f6be04851c3ac276816fd99170..37babb269ca7af7389cabd98da4667a3d34c659b 100644 (file)
@@ -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/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"
 #include "wx/brush.h"
 #include "wx/pen.h"
 #include "wx/palette.h"