diff options
Diffstat (limited to 'sc/source/ui/vba/vbatextboxshape.cxx')
-rw-r--r-- | sc/source/ui/vba/vbatextboxshape.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/source/ui/vba/vbatextboxshape.cxx b/sc/source/ui/vba/vbatextboxshape.cxx index 1e141f4ffab0..d67c8acb33e9 100644 --- a/sc/source/ui/vba/vbatextboxshape.cxx +++ b/sc/source/ui/vba/vbatextboxshape.cxx @@ -20,6 +20,7 @@ #include "vbatextboxshape.hxx" #include "vbacharacters.hxx" #include <com/sun/star/text/XSimpleText.hpp> +#include <docsh.hxx> #include <vector> using namespace com::sun::star; |