header fixes

This commit is contained in:
Peter Thorson
2011-12-09 20:03:18 -06:00
parent 794dcf7b6c
commit b219344245
2 changed files with 1 additions and 1 deletions

View File

@@ -33,7 +33,6 @@
#include <iostream>
// PLATFORM SPECIFIC STUFF
#include <stdint.h>
#include <unistd.h>
#include <sys/resource.h>

View File

@@ -38,6 +38,7 @@
#include <boost/random/random_device.hpp>
#include <iostream>
#include <stdint.h>
using boost::asio::ip::tcp;