mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-02 00:45:58 +00:00
Hoist integer types to ripple namespace
This commit is contained in:
@@ -49,7 +49,13 @@
|
||||
namespace ripple
|
||||
{
|
||||
|
||||
#include "utility/ripple_IntegerTypes.h" // must come first
|
||||
using beast::int16;
|
||||
using beast::int32;
|
||||
using beast::int64;
|
||||
using beast::uint16;
|
||||
using beast::uint32;
|
||||
using beast::uint64;
|
||||
|
||||
#include "utility/ripple_Log.h" // Needed by others
|
||||
|
||||
#include "types/ripple_BasicTypes.h"
|
||||
|
||||
Reference in New Issue
Block a user