summaryrefslogtreecommitdiff
path: root/dtrans/source/generic
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-02-08 08:40:06 +0100
committerStephan Bergmann <sbergman@redhat.com>2017-02-08 08:40:06 +0100
commitfed3783e77e00635e50622e7229b06c9e25451f1 (patch)
tree15a0a2bb2e79cd0e8a0a4f864d3a6d7533bd20f2 /dtrans/source/generic
parent653e181fb831a04c2845d99f79f72454a88bb948 (diff)
Add missing #includes
...like 6dce9c6757823b9e89863716ae70ff4e8ddd4e60, for Windows-only code Change-Id: I35f37aae2e6f55ff8ed82afc710a9b59a43b028c
Diffstat (limited to 'dtrans/source/generic')
-rw-r--r--dtrans/source/generic/clipboardmanager.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/dtrans/source/generic/clipboardmanager.cxx b/dtrans/source/generic/clipboardmanager.cxx
index 12a8b11f9d50..89ce1dc15ecb 100644
--- a/dtrans/source/generic/clipboardmanager.cxx
+++ b/dtrans/source/generic/clipboardmanager.cxx
@@ -18,7 +18,10 @@
*/
#include <clipboardmanager.hxx>
+#include <com/sun/star/container/ElementExistException.hpp>
+#include <com/sun/star/container/NoSuchElementException.hpp>
#include <com/sun/star/lang/DisposedException.hpp>
+#include <com/sun/star/lang/IllegalArgumentException.hpp>
#include <cppuhelper/supportsservice.hxx>
#include <comphelper/sequence.hxx>