diff options
author | Brad Davis <[email protected]> | 2013-10-13 20:28:58 -0700 |
---|---|---|
committer | Brad Davis <[email protected]> | 2013-10-13 20:28:58 -0700 |
commit | 672cdd0ef5455cd62a0d7f7eb6b9889f3ea35f21 (patch) | |
tree | f3454dc864242744aef1ea5474b5011556d0f388 /LibOVR/Src/OVR_OSX_HMDDevice.h | |
parent | 1408ed7b208c7a1cff1a2448fc890e9b8bd6dc4e (diff) |
Updating to cmake, glew, xrandr
Diffstat (limited to 'LibOVR/Src/OVR_OSX_HMDDevice.h')
-rw-r--r-- | LibOVR/Src/OVR_OSX_HMDDevice.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/LibOVR/Src/OVR_OSX_HMDDevice.h b/LibOVR/Src/OVR_OSX_HMDDevice.h index 52b8471..a7beeb1 100644 --- a/LibOVR/Src/OVR_OSX_HMDDevice.h +++ b/LibOVR/Src/OVR_OSX_HMDDevice.h @@ -17,7 +17,7 @@ otherwise accompanies this software in either electronic or hard copy form. #define OVR_OSX_HMDDevice_h #include "OVR_DeviceImpl.h" -#include <Kernel/OVR_String.h> +#include "Kernel/OVR_String.h" #include "OVR_Profile.h" namespace OVR { namespace OSX { |