summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2015-12-10 10:04:50 +0100
committerAndras Timar <andras.timar@collabora.com>2015-12-10 10:26:43 +0100
commitf260e41f010dcc5256a43f9c44cc47b6d844bd97 (patch)
tree9af79457f21f9bee0d6cc4b7d3a1e06cafc417d3
parent6d5dded7610c72794374ceceab348229ba8316e5 (diff)
add missing #include <stdexcept>
Change-Id: I9cf72b27219489a5508786881ecd95e5820c71ac (cherry picked from commit 1ff0a3880c48227656d2b4a823cd66a6d5c74af0) Signed-off-by: David Tardon <dtardon@redhat.com>
-rw-r--r--lotuswordpro/source/filter/lwpobj.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/lotuswordpro/source/filter/lwpobj.hxx b/lotuswordpro/source/filter/lwpobj.hxx
index 942e04415dc8..0cd002503d61 100644
--- a/lotuswordpro/source/filter/lwpobj.hxx
+++ b/lotuswordpro/source/filter/lwpobj.hxx
@@ -67,6 +67,8 @@
#include <sal/config.h>
+#include <stdexcept>
+
#include <salhelper/simplereferenceobject.hxx>
#include "lwpheader.hxx"