From 87e83ca8a51ddb43d22492c5345f7bed9d11bcdb Mon Sep 17 00:00:00 2001 From: foreman Date: Mon, 7 May 2018 17:11:56 -0400 Subject: [PATCH] P4 to Git Change 1551276 by jatang@jatang-opencl-hsa-stg4 on 2018/05/07 16:28:58 SWDEV-1 - Switch to VS2017 Compiler (opencl). +#ifdef _WIN32 #include +#endif Affected files ... ... //depot/stg/opencl/drivers/opencl/runtime/utils/util.hpp#14 edit [ROCm/clr commit: c06ffcf665b5a7a335307bc421f00b0529e3ec28] --- projects/clr/rocclr/runtime/utils/util.hpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/projects/clr/rocclr/runtime/utils/util.hpp b/projects/clr/rocclr/runtime/utils/util.hpp index dbede849b2..71f735670d 100644 --- a/projects/clr/rocclr/runtime/utils/util.hpp +++ b/projects/clr/rocclr/runtime/utils/util.hpp @@ -9,7 +9,10 @@ #include #include + +#ifdef _WIN32 #include +#endif namespace amd {