diff options
author | Andras Timar <andras.timar@collabora.com> | 2019-06-24 10:33:51 +0200 |
---|---|---|
committer | Michael Meeks <michael.meeks@collabora.com> | 2019-07-19 23:52:39 +0100 |
commit | 29dbd65318e4f8d98c0e366f10e5d30266ca846d (patch) | |
tree | 588ac10b961a1644e748750671df90ad482b9f5b | |
parent | c40b7747ad4379bf3e21dbdacbc0714957ca0b96 (diff) |
build fix: missing #include <ndgrf.hxx>feature/clipboard
Change-Id: I72caa16d3c5b5698226cc7d3f07d3d32820032d8
-rw-r--r-- | sw/source/filter/html/wrthtml.cxx | 1 |
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> |