mirror of
https://github.com/XRPLF/rippled.git
synced 2026-04-29 15:37:57 +00:00
header fixes for warnings
This commit is contained in:
@@ -28,7 +28,9 @@
|
||||
#ifndef WEBSOCKET_CONSTANTS_HPP
|
||||
#define WEBSOCKET_CONSTANTS_HPP
|
||||
|
||||
#define __STDC_LIMIT_MACROS
|
||||
#ifndef __STDC_LIMIT_MACROS
|
||||
#define __STDC_LIMIT_MACROS
|
||||
#endif
|
||||
#include <stdint.h>
|
||||
|
||||
#include <string>
|
||||
|
||||
@@ -31,6 +31,11 @@
|
||||
#include "../endpoint.hpp"
|
||||
#include "../uri.hpp"
|
||||
|
||||
#ifndef __STDC_LIMIT_MACROS
|
||||
#define __STDC_LIMIT_MACROS
|
||||
#endif
|
||||
#include <stdint.h>
|
||||
|
||||
#include <boost/asio.hpp>
|
||||
#include <boost/bind.hpp>
|
||||
#include <boost/shared_ptr.hpp>
|
||||
@@ -38,8 +43,6 @@
|
||||
#include <boost/random/random_device.hpp>
|
||||
|
||||
#include <iostream>
|
||||
#define __STDC_LIMIT_MACROS
|
||||
#include <stdint.h>
|
||||
|
||||
using boost::asio::ip::tcp;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user