more header rearranging for Ubuntu

This commit is contained in:
Peter Thorson
2011-12-10 06:10:44 -06:00
parent b219344245
commit e6f1ae286f
3 changed files with 5 additions and 3 deletions

View File

@@ -28,6 +28,7 @@
#ifndef WEBSOCKET_CONSTANTS_HPP
#define WEBSOCKET_CONSTANTS_HPP
#define __STDC_LIMIT_MACROS
#include <stdint.h>
#include <string>

View File

@@ -28,13 +28,13 @@
#ifndef WEBSOCKETPP_ENDPOINT_HPP
#define WEBSOCKETPP_ENDPOINT_HPP
#include <boost/asio.hpp>
#include <boost/shared_ptr.hpp>
#include "connection.hpp"
#include "sockets/plain.hpp" // should this be here?
#include "logger/logger.hpp"
#include <boost/asio.hpp>
#include <boost/shared_ptr.hpp>
#include <iostream>
#include <set>

View File

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