[Libreoffice-commits] core.git: sw/inc
Michael Stahl
mstahl at redhat.com
Thu Jan 19 16:14:57 UTC 2017
sw/inc/docfac.hxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 9e82befc72c5af36cf093f68eab31f837657ea1c
Author: Michael Stahl <mstahl at redhat.com>
Date: Thu Jan 19 17:10:16 2017 +0100
sw: try to fix MSVC build after a754294ac7a902fe96fbbd6b8b6824a360d6b248
Change-Id: I20b381fd8dda3183df2034c481939b6318e64175
diff --git a/sw/inc/docfac.hxx b/sw/inc/docfac.hxx
index 8cf4a73..5f16639 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
{
More information about the Libreoffice-commits
mailing list