summaryrefslogtreecommitdiff
path: root/lotuswordpro/source/filter
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2015-12-14 16:43:51 +0100
committerAndras Timar <andras.timar@collabora.com>2016-03-01 22:20:16 +0100
commit469116f2f8c8fc76a7a6c3fdd69dd9264937536e (patch)
treef6f1b8985c611aab849bd896728243c6dd81ac20 /lotuswordpro/source/filter
parentb93d5e51de042a831c2b04b8063a44406102f2b0 (diff)
add missing include
Change-Id: I326d306af89dcb0611e07689d2c26a828f3896ee (cherry picked from commit 6be05a082543acb0e8005f369551157a8a99f242) Signed-off-by: David Tardon <dtardon@redhat.com> (cherry picked from commit 71efb50c1cf35e112c70399ad8ed4092d293733e)
Diffstat (limited to 'lotuswordpro/source/filter')
-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 ac79dda1e331..d5aff8220dde 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"