From 904ccfebc6234832a6b7e59f0429920a84c62a5c Mon Sep 17 00:00:00 2001
From: foreman
Date: Tue, 26 Nov 2019 12:30:05 -0600
Subject: [PATCH] P4 to Git Change 2036984 by vsytchen@vsytchen-ocl-win10-2 on
2019/11/26 13:22:26
SWDEV-2036435 - Fix p4 build
ReviewBoardURL = http://ocltc.amd.com/reviews/r/18317/diff/
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/device/devprogram.cpp#72 edit
---
rocclr/runtime/device/devprogram.cpp | 1 +
1 file changed, 1 insertion(+)
diff --git a/rocclr/runtime/device/devprogram.cpp b/rocclr/runtime/device/devprogram.cpp
index 4ffe8eabff..e17394d43a 100644
--- a/rocclr/runtime/device/devprogram.cpp
+++ b/rocclr/runtime/device/devprogram.cpp
@@ -21,6 +21,7 @@
#endif
#endif // defined(WITH_LIGHTNING_COMPILER) || defined(USE_COMGR_LIBRARY)
+#include
#include
#include
#include