summaryrefslogtreecommitdiff
path: root/include/drawinglayer/processor2d/processorfromoutputdevice.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/drawinglayer/processor2d/processorfromoutputdevice.hxx')
-rw-r--r--include/drawinglayer/processor2d/processorfromoutputdevice.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/drawinglayer/processor2d/processorfromoutputdevice.hxx b/include/drawinglayer/processor2d/processorfromoutputdevice.hxx
index 549b170f293d..25ea79ff477a 100644
--- a/include/drawinglayer/processor2d/processorfromoutputdevice.hxx
+++ b/include/drawinglayer/processor2d/processorfromoutputdevice.hxx
@@ -20,7 +20,6 @@
#ifndef INCLUDED_DRAWINGLAYER_PROCESSOR2D_PROCESSORFROMOUTPUTDEVICE_HXX
#define INCLUDED_DRAWINGLAYER_PROCESSOR2D_PROCESSORFROMOUTPUTDEVICE_HXX
-#include <drawinglayer/geometry/viewinformation2d.hxx>
#include <drawinglayer/drawinglayerdllapi.h>
#include <memory>
@@ -30,6 +29,8 @@ namespace drawinglayer { namespace processor2d {
class BaseProcessor2D;
}}
+namespace drawinglayer { namespace geometry { class ViewInformation2D; } }
+
namespace drawinglayer
{
namespace processor2d