add missing includes for voxel build on unix

This commit is contained in:
Stephen Birarda 2013-03-13 11:00:27 -07:00
parent 61ce11a80b
commit 8d2c6a2c0d

View file

@ -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;