From 7973c2d469f1be8747488cfbe690476887e922a6 Mon Sep 17 00:00:00 2001 From: Zander Otavka Date: Fri, 31 Jul 2015 10:55:51 -0700 Subject: [PATCH] Fix compile issue on Linux and Windows. Shoutout to Andrew for help finding the missing #include. --- interface/src/ui/overlays/FloatingUIPanel.h | 1 + 1 file changed, 1 insertion(+) diff --git a/interface/src/ui/overlays/FloatingUIPanel.h b/interface/src/ui/overlays/FloatingUIPanel.h index f65fa93c26..f84ac32fac 100644 --- a/interface/src/ui/overlays/FloatingUIPanel.h +++ b/interface/src/ui/overlays/FloatingUIPanel.h @@ -13,6 +13,7 @@ #define hifi_FloatingUIPanel_h #include +#include #include #include