From 1046356abb3f5da1f1f8092f489f67cef6fbafae Mon Sep 17 00:00:00 2001 From: Sam Gateau Date: Wed, 15 Apr 2015 09:00:20 -0700 Subject: [PATCH] FIx the include that was using the wrong \ in the path... --- interface/src/devices/OculusManager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/src/devices/OculusManager.cpp b/interface/src/devices/OculusManager.cpp index 0b4e3c1e73..2141127a3b 100644 --- a/interface/src/devices/OculusManager.cpp +++ b/interface/src/devices/OculusManager.cpp @@ -34,7 +34,7 @@ #include "InterfaceLogging.h" #include "Application.h" -#include +#include template void for_each_eye(Function function) {