summaryrefslogtreecommitdiffstats
path: root/connectivity
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2015-08-19 12:55:59 +0200
committerMichael Stahl <mstahl@redhat.com>2015-08-19 19:32:18 +0200
commit58c3bbfd467b93d133e00789afcd7a00a3f53895 (patch)
tree42e81215cfec7638f36ab6d0c09a5bca126f9c7c /connectivity
parentsc: these are ptr_map not ptr_set (diff)
downloadcore-58c3bbfd467b93d133e00789afcd7a00a3f53895.tar.gz
core-58c3bbfd467b93d133e00789afcd7a00a3f53895.zip
comphelper: remove unnecessary include <stack>
Change-Id: I39295d69dd8a48f0f40275830cb6fda4ca0b69f3
Diffstat (limited to 'connectivity')
-rw-r--r--connectivity/source/inc/file/fcode.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/connectivity/source/inc/file/fcode.hxx b/connectivity/source/inc/file/fcode.hxx
index 725e0f28ccdb..98a240efdb82 100644
--- a/connectivity/source/inc/file/fcode.hxx
+++ b/connectivity/source/inc/file/fcode.hxx
@@ -29,6 +29,8 @@
#include <connectivity/FValue.hxx>
#include "file/filedllapi.hxx"
+#include <stack>
+
namespace connectivity
{
class OSQLParseNode;