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:43:51 +0100
commit6be05a082543acb0e8005f369551157a8a99f242 (patch)
tree7d5e1bcbfe809131b585c4996178c12150633bcb /lotuswordpro
parentf8320ddcf067b9ef88cb5c2f914aed197c457417 (diff)
add missing include
Change-Id: I326d306af89dcb0611e07689d2c26a828f3896ee
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"