mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-19 18:45:52 +00:00
Conditionalize definition of __STDC_LIMIT_MACROS and define it at the top of ripple_websocket.h.
This commit is contained in:
@@ -30,7 +30,9 @@
|
||||
#ifndef BOOST_RNG_HPP
|
||||
#define BOOST_RNG_HPP
|
||||
|
||||
#define __STDC_LIMIT_MACROS 1
|
||||
#ifndef __STDC_LIMIT_MACROS
|
||||
#define __STDC_LIMIT_MACROS
|
||||
#endif
|
||||
#include <stdint.h>
|
||||
|
||||
#include <boost/random.hpp>
|
||||
|
||||
Reference in New Issue
Block a user