include stdint for use of uint16_t

This commit is contained in:
Stephen Birarda 2013-03-25 16:40:19 -07:00
parent eb185f2ce8
commit 1e2876ce75
2 changed files with 2 additions and 0 deletions

View file

@ -10,6 +10,7 @@
#define __hifi__Agent__
#include <iostream>
#include <stdint.h>
#include "AgentData.h"
#ifdef _WIN32

View file

@ -11,6 +11,7 @@
#include <iostream>
#include <vector>
#include <stdint.h>
#include "Agent.h"
#include "UDPSocket.h"