X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/68379eaf0ae64d105f8244b1db83e793f7dd83b0..842215bbb7b87bd3800f95f3d633da0690e18b76:/include/wx/dc.h diff --git a/include/wx/dc.h b/include/wx/dc.h index cf1b3fdcbc..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" @@ -786,7 +787,9 @@ private: // now include the declaration of wxDC class // ---------------------------------------------------------------------------- -#if defined(__WXMSW__) +#if defined(__PALMOS__) + #include "wx/palmos/dc.h" +#elif defined(__WXMSW__) #include "wx/msw/dc.h" #elif defined(__WXMOTIF__) #include "wx/motif/dc.h"