From e6f1ae286f7e239582a9c0e50ab27dc2fb20544d Mon Sep 17 00:00:00 2001 From: Peter Thorson Date: Sat, 10 Dec 2011 06:10:44 -0600 Subject: [PATCH] more header rearranging for Ubuntu --- src/common.hpp | 1 + src/endpoint.hpp | 6 +++--- src/roles/client.hpp | 1 + 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/src/common.hpp b/src/common.hpp index 5b2bd12a08..e94ee40ae1 100644 --- a/src/common.hpp +++ b/src/common.hpp @@ -28,6 +28,7 @@ #ifndef WEBSOCKET_CONSTANTS_HPP #define WEBSOCKET_CONSTANTS_HPP +#define __STDC_LIMIT_MACROS #include #include diff --git a/src/endpoint.hpp b/src/endpoint.hpp index 04486c6193..2042dc2307 100644 --- a/src/endpoint.hpp +++ b/src/endpoint.hpp @@ -28,13 +28,13 @@ #ifndef WEBSOCKETPP_ENDPOINT_HPP #define WEBSOCKETPP_ENDPOINT_HPP -#include -#include - #include "connection.hpp" #include "sockets/plain.hpp" // should this be here? #include "logger/logger.hpp" +#include +#include + #include #include diff --git a/src/roles/client.hpp b/src/roles/client.hpp index 001c6c18fc..232201de42 100644 --- a/src/roles/client.hpp +++ b/src/roles/client.hpp @@ -38,6 +38,7 @@ #include #include +#define __STDC_LIMIT_MACROS #include using boost::asio::ip::tcp;