diff --git a/interface/src/devices/Leapmotion.cpp b/interface/src/devices/Leapmotion.cpp index 6a47eadb96..04cd51a484 100644 --- a/interface/src/devices/Leapmotion.cpp +++ b/interface/src/devices/Leapmotion.cpp @@ -8,9 +8,11 @@ // Distributed under the Apache License, Version 2.0. // See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html // + #include "Leapmotion.h" #include "Menu.h" -#include "SharedUtil.h" + +#include const int PALMROOT_NUM_JOINTS = 3; const int FINGER_NUM_JOINTS = 4;