From 8196eb98c82b9b374d0243bcbe1217398b5200e9 Mon Sep 17 00:00:00 2001 From: Peter Conrad Date: Thu, 6 Jun 2019 14:36:43 +0200 Subject: [PATCH] Added fc::int128_t --- include/fc/uint128.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/include/fc/uint128.hpp b/include/fc/uint128.hpp index 58b8251..fa9ae07 100644 --- a/include/fc/uint128.hpp +++ b/include/fc/uint128.hpp @@ -28,6 +28,7 @@ namespace fc { +using boost::multiprecision::int128_t; using boost::multiprecision::uint128_t; } // namespace fc