diff options
author | Michael Stahl <mstahl@redhat.com> | 2015-08-19 12:55:59 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2015-08-19 19:32:18 +0200 |
commit | 58c3bbfd467b93d133e00789afcd7a00a3f53895 (patch) | |
tree | 42e81215cfec7638f36ab6d0c09a5bca126f9c7c /xmloff | |
parent | 37039980981355fc65c5b871d07b336486baa7d6 (diff) |
comphelper: remove unnecessary include <stack>
Change-Id: I39295d69dd8a48f0f40275830cb6fda4ca0b69f3
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/source/forms/layerexport.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xmloff/source/forms/layerexport.cxx b/xmloff/source/forms/layerexport.cxx index 9787b92e6a53..861c21fab109 100644 --- a/xmloff/source/forms/layerexport.cxx +++ b/xmloff/source/forms/layerexport.cxx @@ -50,6 +50,7 @@ #include <com/sun/star/text/XText.hpp> +#include <stack> #include <numeric> namespace xmloff |