aboutsummaryrefslogtreecommitdiffstats
path: root/LibOVR/Src/OVR_Profile.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'LibOVR/Src/OVR_Profile.cpp')
-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 4844c29..12f4a46 100644
--- a/LibOVR/Src/OVR_Profile.cpp
+++ b/LibOVR/Src/OVR_Profile.cpp
@@ -40,7 +40,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>