mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-25 16:55:07 +02:00
add missing includes for voxel build on unix
This commit is contained in:
parent
61ce11a80b
commit
8d2c6a2c0d
1 changed files with 3 additions and 2 deletions
|
@ -6,12 +6,13 @@
|
|||
// Copyright (c) 2012 High Fidelity, Inc. All rights reserved.
|
||||
//
|
||||
|
||||
#include <AgentList.h>
|
||||
#include <sys/time.h>
|
||||
#include <SharedUtil.h>
|
||||
#include <arpa/inet.h>
|
||||
#include <ifaddrs.h>
|
||||
#include <cmath>
|
||||
#include <cstdlib>
|
||||
#include <cstring>
|
||||
#include <cstdio>
|
||||
#include <SharedUtil.h>
|
||||
|
||||
const int VOXEL_LISTEN_PORT = 40106;
|
||||
|
|
Loading…
Reference in a new issue