summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2015-12-08 22:11:13 +0100
committerMichael Stahl <mstahl@redhat.com>2015-12-08 22:13:40 +0100
commit819f33e67cfdfea8358bce3f80230bced72696a6 (patch)
tree04f1e5bb5aeeaf37b575818bcba3a9c7a2314eec
parentca57260f3e95dfd6c111dd1ffd4711d6c8ac6dca (diff)
lotuswordpro: GCC 4.6 seems to need stdexcept included
Change-Id: I30bbf7bab8cb37422fd20a25741e564500faa31c (cherry picked from commit 742c2370566bf1e7caa7403c99f088a79ae146fa)
-rw-r--r--lotuswordpro/source/filter/lwptabrack.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/lotuswordpro/source/filter/lwptabrack.cxx b/lotuswordpro/source/filter/lwptabrack.cxx
index 82957961895b..0dac75419ac4 100644
--- a/lotuswordpro/source/filter/lwptabrack.cxx
+++ b/lotuswordpro/source/filter/lwptabrack.cxx
@@ -61,6 +61,8 @@
#include "lwpobjstrm.hxx"
#include "lwpslvlist.hxx"
+#include <stdexcept>
+
LwpTab::LwpTab()
{
m_nX = 0;