summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndras Timar <andras.timar@collabora.com>2019-06-24 10:33:51 +0200
committerMichael Meeks <michael.meeks@collabora.com>2019-07-19 23:52:39 +0100
commit29dbd65318e4f8d98c0e366f10e5d30266ca846d (patch)
tree588ac10b961a1644e748750671df90ad482b9f5b
parentFix build: unused argument (diff)
downloadcore-feature/clipboard.tar.gz
core-feature/clipboard.zip
build fix: missing #include <ndgrf.hxx> feature/clipboard
Change-Id: I72caa16d3c5b5698226cc7d3f07d3d32820032d8
-rw-r--r--sw/source/filter/html/wrthtml.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/source/filter/html/wrthtml.cxx b/sw/source/filter/html/wrthtml.cxx
index bba11082b6db..54afa80ba7c9 100644
--- a/sw/source/filter/html/wrthtml.cxx
+++ b/sw/source/filter/html/wrthtml.cxx
@@ -55,6 +55,7 @@
#include <docary.hxx>
#include <pam.hxx>
#include <doc.hxx>
+#include <ndgrf.hxx>
#include <ndtxt.hxx>
#include <mdiexp.hxx>
#include <fltini.hxx>