From 3f56c0272c18bcbe7eaf5ef2064c8e4e7f712edd Mon Sep 17 00:00:00 2001
From: foreman
Date: Tue, 21 Jul 2015 17:47:49 -0400
Subject: [PATCH] P4 to Git Change 1172541 by
jgolds@jgolds_MSDNfractal5_opencl_stg3 on 2015/07/21 17:34:16
EPR #419313 - Fix capitilization of included file.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpusettings.cpp#314 edit
[ROCm/clr commit: a49bf5c3c6853af40fce83f279b448930ff5f22b]
---
projects/clr/rocclr/runtime/device/gpu/gpusettings.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/projects/clr/rocclr/runtime/device/gpu/gpusettings.cpp b/projects/clr/rocclr/runtime/device/gpu/gpusettings.cpp
index e93b70858c..23fcff59dc 100644
--- a/projects/clr/rocclr/runtime/device/gpu/gpusettings.cpp
+++ b/projects/clr/rocclr/runtime/device/gpu/gpusettings.cpp
@@ -11,7 +11,7 @@
#include
#if defined(_WIN32)
-#include "versionhelpers.h"
+#include "VersionHelpers.h"
#endif
namespace gpu {