[Libreoffice-commits] core.git: editeng/source

Stephan Bergmann sbergman at redhat.com
Mon Nov 24 01:56:01 PST 2014


 editeng/source/editeng/editobj.cxx |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 4c78ff11a26ca3109ceca1de99ce264973b5b762
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Mon Nov 24 10:55:33 2014 +0100

    Newly missing #include
    
    Change-Id: Ic6599303fd654d82fd4edbcc933e08408aa798a8

diff --git a/editeng/source/editeng/editobj.cxx b/editeng/source/editeng/editobj.cxx
index 89bc9fe..11e1b22 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;


More information about the Libreoffice-commits mailing list