From 1e2876ce755571d0d642170f4df149d960ad8ae0 Mon Sep 17 00:00:00 2001 From: Stephen Birarda Date: Mon, 25 Mar 2013 16:40:19 -0700 Subject: [PATCH] include stdint for use of uint16_t --- shared/src/Agent.h | 1 + shared/src/AgentList.h | 1 + 2 files changed, 2 insertions(+) diff --git a/shared/src/Agent.h b/shared/src/Agent.h index 087d828b49..4fc7bd9a83 100644 --- a/shared/src/Agent.h +++ b/shared/src/Agent.h @@ -10,6 +10,7 @@ #define __hifi__Agent__ #include +#include #include "AgentData.h" #ifdef _WIN32 diff --git a/shared/src/AgentList.h b/shared/src/AgentList.h index 97ba313359..4e313a2e4a 100644 --- a/shared/src/AgentList.h +++ b/shared/src/AgentList.h @@ -11,6 +11,7 @@ #include #include +#include #include "Agent.h" #include "UDPSocket.h"