| commit | 29dbd65318e4f8d98c0e366f10e5d30266ca846d | [log] [tgz] |
|---|---|---|
| author | Andras Timar <andras.timar@collabora.com> | Mon Jun 24 10:33:51 2019 +0200 |
| committer | Michael Meeks <michael.meeks@collabora.com> | Fri Jul 19 23:52:39 2019 +0100 |
| tree | 588ac10b961a1644e748750671df90ad482b9f5b | |
| parent | c40b7747ad4379bf3e21dbdacbc0714957ca0b96 [diff] |
build fix: missing #include <ndgrf.hxx> Change-Id: I72caa16d3c5b5698226cc7d3f07d3d32820032d8
diff --git a/sw/source/filter/html/wrthtml.cxx b/sw/source/filter/html/wrthtml.cxx index bba1108..54afa80 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>