Small .h fix after testing without Leap libs

This commit is contained in:
Eric Johnston 2013-07-19 19:53:30 -07:00
parent 0cdad1a313
commit d10ffd4f2d

View file

@ -7,7 +7,7 @@
//
#include "LeapManager.h"
#include "Avatar.h"
#include "avatar/Avatar.h"
#include <Leap.h>
#include <dlfcn.h> // needed for RTLD_LAZY
#include <sstream>