aboutsummaryrefslogtreecommitdiffstats
path: root/LibOVR
diff options
context:
space:
mode:
authorAlistair Buxton <[email protected]>2014-02-07 19:21:44 +0000
committerAlistair Buxton <[email protected]>2014-02-07 20:48:45 +0000
commita31ef2de000aa4aa2ba5fcf7d079280fcced25a6 (patch)
treee509849eae8b64fe08239b88e9b3139cb881ceae /LibOVR
parent4a4c8760ce15091198c5c153b906d74e3511c920 (diff)
Fix wrong case on included header.
Fixes compilation on case-sensitive filesystems.
Diffstat (limited to 'LibOVR')
-rw-r--r--LibOVR/Src/OVR_Profile.cpp2
1 files changed, 1 insertions, 1 deletions
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 <Shlobj.h>
+#include <shlobj.h>
#else
#include <dirent.h>
#include <sys/stat.h>