diff options
Diffstat (limited to 'sw/inc/viscrs.hxx')
-rw-r--r-- | sw/inc/viscrs.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sw/inc/viscrs.hxx b/sw/inc/viscrs.hxx index 332e190c0761..49a9cc9035bb 100644 --- a/sw/inc/viscrs.hxx +++ b/sw/inc/viscrs.hxx @@ -21,12 +21,13 @@ #include <config_features.h> -#include <svx/sdr/overlay/overlayobject.hxx> #include <vcl/cursor.hxx> #include "swcrsr.hxx" #include "swrect.hxx" #include "swregion.hxx" +namespace sdr { namespace overlay { class OverlayObject; } } + class SwCursorShell; class SfxViewShell; |