From fed3783e77e00635e50622e7229b06c9e25451f1 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Wed, 8 Feb 2017 08:40:06 +0100 Subject: Add missing #includes ...like 6dce9c6757823b9e89863716ae70ff4e8ddd4e60, for Windows-only code Change-Id: I35f37aae2e6f55ff8ed82afc710a9b59a43b028c --- shell/source/win32/SysShExec.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'shell') 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 #include - +#include +#include #include #include #include -- cgit