mirror of
https://github.com/overte-org/overte.git
synced 2025-04-22 04:44:08 +02:00
include stdint for use of uint16_t
This commit is contained in:
parent
eb185f2ce8
commit
1e2876ce75
2 changed files with 2 additions and 0 deletions
|
@ -10,6 +10,7 @@
|
|||
#define __hifi__Agent__
|
||||
|
||||
#include <iostream>
|
||||
#include <stdint.h>
|
||||
#include "AgentData.h"
|
||||
|
||||
#ifdef _WIN32
|
||||
|
|
|
@ -11,6 +11,7 @@
|
|||
|
||||
#include <iostream>
|
||||
#include <vector>
|
||||
#include <stdint.h>
|
||||
#include "Agent.h"
|
||||
#include "UDPSocket.h"
|
||||
|
||||
|
|
Loading…
Reference in a new issue