summaryrefslogtreecommitdiff
path: root/dbaccess
diff options
context:
space:
mode:
authorGabor Kelemen <kelemen.gabor2@nisz.hu>2019-07-07 16:47:44 +0200
committerMiklos Vajna <vmiklos@collabora.com>2019-07-19 09:11:07 +0200
commit8634bbde836c15db7e8e88372a1d5329e08a1406 (patch)
treef739fc54a04ad5feafbea0000dca410e6d0906d7 /dbaccess
parentab0df471915c5d54e8a3e8556de12afdfa541b3c (diff)
tdf#42949 Fix IWYU warnings in include/dbaccess
Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: Ie537e44054c0d1735f42e74385cc1bd8c8000c16 Reviewed-on: https://gerrit.libreoffice.org/75180 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'dbaccess')
-rw-r--r--dbaccess/source/ui/misc/dbaundomanager.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/dbaccess/source/ui/misc/dbaundomanager.cxx b/dbaccess/source/ui/misc/dbaundomanager.cxx
index 76f6e7508b06..0ee8e9985590 100644
--- a/dbaccess/source/ui/misc/dbaundomanager.cxx
+++ b/dbaccess/source/ui/misc/dbaundomanager.cxx
@@ -20,6 +20,7 @@
#include <dbaccess/dbaundomanager.hxx>
#include <com/sun/star/lang/DisposedException.hpp>
+#include <com/sun/star/lang/NoSupportException.hpp>
#include <svl/undo.hxx>
#include <vcl/svapp.hxx>