Hoist integer types to ripple namespace

This commit is contained in:
Vinnie Falco
2013-06-27 15:30:49 -07:00
parent 1a2c87b3a8
commit 72702185e2
5 changed files with 9 additions and 43 deletions

View File

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