Conditionalize definition of __STDC_LIMIT_MACROS and define it at the top of ripple_websocket.h.

This commit is contained in:
Alex Dupre
2013-06-26 12:03:21 +02:00
parent 6407599394
commit a5167c809f
2 changed files with 7 additions and 6 deletions

View File

@@ -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>