Fix compile issue on Linux and Windows.

Shoutout to Andrew for help finding the missing #include.
This commit is contained in:
Zander Otavka 2015-07-31 10:55:51 -07:00
parent 9bd72e5769
commit 7973c2d469

View file

@ -13,6 +13,7 @@
#define hifi_FloatingUIPanel_h
#include <functional>
#include <memory>
#include <glm/glm.hpp>
#include <glm/gtc/quaternion.hpp>