summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2015-12-08 22:11:13 +0100
committerAndras Timar <andras.timar@collabora.com>2015-12-10 16:12:00 +0100
commit939441c78c3486801b14ea50753fbe7eb41f9ecf (patch)
tree060b9290c32e2e3317cb900c9c82eec846729661
parent73f34be13a92654c58eb5ce29b4b3ae17bd11404 (diff)
lotuswordpro: GCC 4.6 seems to need stdexcept included
Change-Id: I30bbf7bab8cb37422fd20a25741e564500faa31c (cherry picked from commit 742c2370566bf1e7caa7403c99f088a79ae146fa) (cherry picked from commit 819f33e67cfdfea8358bce3f80230bced72696a6)
-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;