summaryrefslogtreecommitdiff
path: root/shell
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 /shell
parent653e181fb831a04c2845d99f79f72454a88bb948 (diff)
Add missing #includes
...like 6dce9c6757823b9e89863716ae70ff4e8ddd4e60, for Windows-only code Change-Id: I35f37aae2e6f55ff8ed82afc710a9b59a43b028c
Diffstat (limited to 'shell')
-rw-r--r--shell/source/win32/SysShExec.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/shell/source/win32/SysShExec.cxx b/shell/source/win32/SysShExec.cxx
index 4a2b97c83229..9e5fac4c9ee2 100644
--- a/shell/source/win32/SysShExec.cxx
+++ b/shell/source/win32/SysShExec.cxx
@@ -23,7 +23,8 @@
#include "SysShExec.hxx"
#include <osl/file.hxx>
#include <sal/macros.h>
-
+#include <com/sun/star/lang/IllegalArgumentException.hpp>
+#include <com/sun/star/system/SystemShellExecuteException.hpp>
#include <com/sun/star/system/SystemShellExecuteFlags.hpp>
#include <com/sun/star/uri/UriReferenceFactory.hpp>
#include <cppuhelper/supportsservice.hxx>