diff options
author | Michael Stahl <mstahl@redhat.com> | 2017-01-19 17:10:16 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2017-01-19 17:11:00 +0100 |
commit | 9e82befc72c5af36cf093f68eab31f837657ea1c (patch) | |
tree | e7ae068aaaa9f4e085cc6f942f043dec4cc1b1e3 | |
parent | 6ec8387bea9015c4487f76cebd045a1a6e291bc4 (diff) |
sw: try to fix MSVC build after a754294ac7a902fe96fbbd6b8b6824a360d6b248
Change-Id: I20b381fd8dda3183df2034c481939b6318e64175
-rw-r--r-- | sw/inc/docfac.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/docfac.hxx b/sw/inc/docfac.hxx index 8cf4a7320a21..5f166394fe6a 100644 --- a/sw/inc/docfac.hxx +++ b/sw/inc/docfac.hxx @@ -22,7 +22,7 @@ #include <tools/solar.h> #include <rtl/ref.hxx> -class SwDoc; +#include <doc.hxx> class SW_DLLPUBLIC SwDocFac { |