X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/14f355c2b5c71fc7c3d680aea366582d2ac60f7b..abc2a4ccec3d06d4b268d5ac3c97d657721f5cff:/src/motif/palette.cpp diff --git a/src/motif/palette.cpp b/src/motif/palette.cpp index ff67a7ff33..2540f1ecdd 100644 --- a/src/motif/palette.cpp +++ b/src/motif/palette.cpp @@ -20,7 +20,7 @@ /* Wolfram Gloger I have implemented basic colormap support for the X11 versions of -wxWindows, notably wxPalette::Create(). The way I did it is to +wxWidgets, notably wxPalette::Create(). The way I did it is to allocate additional read-only color cells in the default colormap. In general you will get arbitrary pixel values assigned to these new cells and therefore I added a method wxColourMap::TransferBitmap() @@ -38,6 +38,9 @@ not the functionality that wxPalette::Create() aims to provide. #pragma implementation "palette.h" #endif +// For compilers that support precompilation, includes "wx.h". +#include "wx/wxprec.h" + #include "wx/palette.h" #include "wx/window.h" #include "wx/app.h"