diff --git a/src/sha1.cpp b/src/sha1.cpp index 16b599d8e..cbf39700b 100755 --- a/src/sha1.cpp +++ b/src/sha1.cpp @@ -19,9 +19,7 @@ changelog at the end of the file. #include -using boost::int32_t; -using boost::uint32_t; -using boost::uint8_t; +using namespace boost; struct SHA1_CTX {