From a49bf5c3c6853af40fce83f279b448930ff5f22b 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
---
rocclr/runtime/device/gpu/gpusettings.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/rocclr/runtime/device/gpu/gpusettings.cpp b/rocclr/runtime/device/gpu/gpusettings.cpp
index e93b70858c..23fcff59dc 100644
--- a/rocclr/runtime/device/gpu/gpusettings.cpp
+++ b/rocclr/runtime/device/gpu/gpusettings.cpp
@@ -11,7 +11,7 @@
#include
#if defined(_WIN32)
-#include "versionhelpers.h"
+#include "VersionHelpers.h"
#endif
namespace gpu {