premiere-libtorrent/ed25519/src/fixedint.h

7 lines
98 B
C
Raw Normal View History

2014-07-23 03:47:09 +02:00
#include <boost/cstdint.hpp>
2014-07-23 03:47:09 +02:00
using boost::uint64_t;
using boost::int64_t;
using boost::int32_t;