summaryrefslogtreecommitdiffstats
path: root/dbaccess
diff options
context:
space:
mode:
authorAshod Nakashian <ashod.nakashian@collabora.co.uk>2019-01-30 20:29:29 -0500
committerAndras Timar <andras.timar@collabora.com>2019-09-03 13:38:45 +0200
commit501cb09d91a26e5a72bc46c3e6085bf35e34c29d (patch)
treea8e481da619e40167e79510fcabff40f128c2e78 /dbaccess
parentsfx: fix -Wreturn-std-move warning (diff)
downloadcore-501cb09d91a26e5a72bc46c3e6085bf35e34c29d.tar.gz
core-501cb09d91a26e5a72bc46c3e6085bf35e34c29d.zip
sfx2: include what we use only
Change-Id: If89e1ea4377549935ec27afe60543b4cf27fe5f2 Reviewed-on: https://gerrit.libreoffice.org/68266 Reviewed-by: Andras Timar <andras.timar@collabora.com> Tested-by: Andras Timar <andras.timar@collabora.com> (cherry picked from commit 48e7d857b2626f742b87cfebdc905240bc42f845) Reviewed-on: https://gerrit.libreoffice.org/78440
Diffstat (limited to 'dbaccess')
-rw-r--r--dbaccess/source/ui/browser/genericcontroller.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/dbaccess/source/ui/browser/genericcontroller.cxx b/dbaccess/source/ui/browser/genericcontroller.cxx
index 2e660ccb204d..29d4def3c7da 100644
--- a/dbaccess/source/ui/browser/genericcontroller.cxx
+++ b/dbaccess/source/ui/browser/genericcontroller.cxx
@@ -59,6 +59,7 @@
#include <o3tl/functional.hxx>
#include <limits>
#include <unordered_map>
+#include <set>
using namespace ::com::sun::star;
using namespace ::com::sun::star::uno;