summaryrefslogtreecommitdiff
path: root/core/fxge/dib/cfx_bitmapstorer.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/fxge/dib/cfx_bitmapstorer.h')
-rw-r--r--core/fxge/dib/cfx_bitmapstorer.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/core/fxge/dib/cfx_bitmapstorer.h b/core/fxge/dib/cfx_bitmapstorer.h
index 86f7f8719f..c8158a3d9a 100644
--- a/core/fxge/dib/cfx_bitmapstorer.h
+++ b/core/fxge/dib/cfx_bitmapstorer.h
@@ -9,9 +9,10 @@
#include "core/fxcrt/fx_coordinates.h"
#include "core/fxcrt/retain_ptr.h"
-#include "core/fxge/dib/cfx_dibitmap.h"
#include "core/fxge/dib/scanlinecomposer_iface.h"
+class CFX_DIBitmap;
+
class CFX_BitmapStorer final : public ScanlineComposerIface {
public:
CFX_BitmapStorer();