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

David Tardon dtardon at redhat.com
Mon Dec 14 07:44:23 PST 2015


 lotuswordpro/source/filter/xfilter/xfcell.cxx |    3 +++
 1 file changed, 3 insertions(+)

New commits:
commit 6be05a082543acb0e8005f369551157a8a99f242
Author: David Tardon <dtardon at redhat.com>
Date:   Mon Dec 14 16:43:51 2015 +0100

    add missing include
    
    Change-Id: I326d306af89dcb0611e07689d2c26a828f3896ee

diff --git a/lotuswordpro/source/filter/xfilter/xfcell.cxx b/lotuswordpro/source/filter/xfilter/xfcell.cxx
index dc32b03..94c696f 100644
--- a/lotuswordpro/source/filter/xfilter/xfcell.cxx
+++ b/lotuswordpro/source/filter/xfilter/xfcell.cxx
@@ -58,6 +58,9 @@
  * Table cell.
  ************************************************************************/
 #include "xfcell.hxx"
+
+#include <stdexcept>
+
 #include "xfparagraph.hxx"
 #include "xftable.hxx"
 #include "xfrow.hxx"


More information about the Libreoffice-commits mailing list