summaryrefslogtreecommitdiff
path: root/lotuswordpro
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2015-12-14 16:43:51 +0100
committerDavid Tardon <dtardon@redhat.com>2015-12-14 16:44:55 +0100
commitec41d544238616e968029ccabd72a01d6939f227 (patch)
tree1ef3e851e57e61a632b6e0b1c21b98839e081475 /lotuswordpro
parent619f9a8794bbe5022853b9bc52fc3bb7db7b9031 (diff)
add missing include
Change-Id: I326d306af89dcb0611e07689d2c26a828f3896ee (cherry picked from commit 6be05a082543acb0e8005f369551157a8a99f242)
Diffstat (limited to 'lotuswordpro')
-rw-r--r--lotuswordpro/source/filter/xfilter/xfcell.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/lotuswordpro/source/filter/xfilter/xfcell.cxx b/lotuswordpro/source/filter/xfilter/xfcell.cxx
index dc32b032fb61..94c696f9f65e 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"