From a31ef2de000aa4aa2ba5fcf7d079280fcced25a6 Mon Sep 17 00:00:00 2001 From: Alistair Buxton Date: Fri, 7 Feb 2014 19:21:44 +0000 Subject: Fix wrong case on included header. Fixes compilation on case-sensitive filesystems. --- LibOVR/Src/OVR_Profile.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'LibOVR') diff --git a/LibOVR/Src/OVR_Profile.cpp b/LibOVR/Src/OVR_Profile.cpp index fdac5d7..7c2897d 100644 --- a/LibOVR/Src/OVR_Profile.cpp +++ b/LibOVR/Src/OVR_Profile.cpp @@ -39,7 +39,7 @@ limitations under the License. #include "Kernel/OVR_Array.h" #ifdef OVR_OS_WIN32 -#include +#include #else #include #include -- cgit v1.2.3