diff options
Diffstat (limited to 'basebmp/source/bitmapdevice.cxx')
-rw-r--r-- | basebmp/source/bitmapdevice.cxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/basebmp/source/bitmapdevice.cxx b/basebmp/source/bitmapdevice.cxx index 51ffc092f4d2..1f8e164d1377 100644 --- a/basebmp/source/bitmapdevice.cxx +++ b/basebmp/source/bitmapdevice.cxx @@ -4,9 +4,9 @@ * * $RCSfile: bitmapdevice.cxx,v $ * - * $Revision: 1.14 $ + * $Revision: 1.15 $ * - * last change: $Author: thb $ $Date: 2006-06-30 11:05:21 $ + * last change: $Author: thb $ $Date: 2006-06-30 13:36:14 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -38,6 +38,7 @@ #include "basebmp/pixeliterator.hxx" #include "basebmp/paletteimageaccessor.hxx" #include "basebmp/color.hxx" +#include "basebmp/colormisc.hxx" #include "basebmp/accessor.hxx" #include "basebmp/accessoradapters.hxx" #include "basebmp/scanlineformats.hxx" |