summaryrefslogtreecommitdiff
path: root/editeng
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-11-24 10:55:33 +0100
committerStephan Bergmann <sbergman@redhat.com>2014-11-24 10:55:33 +0100
commit4c78ff11a26ca3109ceca1de99ce264973b5b762 (patch)
treeec1c29819947a2cbd9c587305e161192ccdb0e5f /editeng
parente548613a5bf49de2fce6cd9935cbbdf72a96dd2e (diff)
Newly missing #include
Change-Id: Ic6599303fd654d82fd4edbcc933e08408aa798a8
Diffstat (limited to 'editeng')
-rw-r--r--editeng/source/editeng/editobj.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/editeng/source/editeng/editobj.cxx b/editeng/source/editeng/editobj.cxx
index 89bc9fe86aea..11e1b22cb7fc 100644
--- a/editeng/source/editeng/editobj.cxx
+++ b/editeng/source/editeng/editobj.cxx
@@ -48,6 +48,8 @@
#include <unotools/fontcvt.hxx>
#include <tools/tenccvt.hxx>
+#include <libxml/xmlwriter.h>
+
#if DEBUG_EDIT_ENGINE
#include <iostream>
using std::cout;