mirror of
https://github.com/XRPLF/rippled.git
synced 2026-04-29 15:37:57 +00:00
Fix compiler issue: boost/cstdint.hpp contains the types inside boost:: namespace. <stdint.h> should be available by default. vcpp2008 has its own workaround.
This commit is contained in:
@@ -31,8 +31,7 @@
|
||||
#ifndef __STDC_LIMIT_MACROS
|
||||
#define __STDC_LIMIT_MACROS
|
||||
#endif
|
||||
//#include <stdint.h>
|
||||
#include <boost/cstdint.hpp>
|
||||
#include <stdint.h>
|
||||
|
||||
// SIZE_MAX appears to be a compiler thing not an OS header thing.
|
||||
// make sure it is defined.
|
||||
|
||||
Reference in New Issue
Block a user