From d10ffd4f2d1c0bc248c9192dbc652b328eaf5d20 Mon Sep 17 00:00:00 2001 From: Eric Johnston Date: Fri, 19 Jul 2013 19:53:30 -0700 Subject: [PATCH] Small .h fix after testing without Leap libs --- interface/src/LeapManager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/src/LeapManager.cpp b/interface/src/LeapManager.cpp index 31bd15eb68..a941d0a221 100755 --- a/interface/src/LeapManager.cpp +++ b/interface/src/LeapManager.cpp @@ -7,7 +7,7 @@ // #include "LeapManager.h" -#include "Avatar.h" +#include "avatar/Avatar.h" #include #include // needed for RTLD_LAZY #include