diff options
author | David Tardon <dtardon@redhat.com> | 2015-12-10 10:04:50 +0100 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2015-12-10 10:05:07 +0100 |
commit | 1ff0a3880c48227656d2b4a823cd66a6d5c74af0 (patch) | |
tree | 82f832ceeeabad1bdd784040ed4dc5f66df1f2fb /lotuswordpro | |
parent | 9e8cd06234bc217490121745cfe3491c92560f8d (diff) |
add missing #include <stdexcept>
Change-Id: I9cf72b27219489a5508786881ecd95e5820c71ac
Diffstat (limited to 'lotuswordpro')
-rw-r--r-- | lotuswordpro/source/filter/lwpobj.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lotuswordpro/source/filter/lwpobj.hxx b/lotuswordpro/source/filter/lwpobj.hxx index 0dc2d9782c16..884ab4265112 100644 --- a/lotuswordpro/source/filter/lwpobj.hxx +++ b/lotuswordpro/source/filter/lwpobj.hxx @@ -63,6 +63,8 @@ #include <sal/config.h> +#include <stdexcept> + #include <salhelper/simplereferenceobject.hxx> #include "lwpheader.hxx" |