From 5c0346b5ba74cbcefe90761e1bcb5712a870fed2 Mon Sep 17 00:00:00 2001 From: foreman Date: Tue, 14 Feb 2017 14:05:10 -0500 Subject: [PATCH] P4 to Git Change 1373253 by gandryey@gera-w8 on 2017/02/14 13:58:07 SWDEV-79445 - OCL generic changes and code clean-up - Fix VS2015 build Affected files ... ... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpuprogram.cpp#231 edit --- rocclr/runtime/device/gpu/gpuprogram.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/rocclr/runtime/device/gpu/gpuprogram.cpp b/rocclr/runtime/device/gpu/gpuprogram.cpp index 9bdaf3f262..0e54de9e0d 100644 --- a/rocclr/runtime/device/gpu/gpuprogram.cpp +++ b/rocclr/runtime/device/gpu/gpuprogram.cpp @@ -15,6 +15,7 @@ #include #include #include +#include #include "utils/options.hpp" #include "hsa.h" #include "hsa_ext_image.h"