Includes cleanup
[novacoin.git] / src / base58.cpp
index 2a6e6e7..f57c4c6 100644 (file)
@@ -14,6 +14,7 @@
 //
 
 #include "base58.h"
+#include "hash.h"
 
 static const std::array<char, 58> digits = {
     '1', '2', '3', '4', '5', '6', '7', '8', '9', 'A', 'B', 'C', 'D', 'E', 'F',