summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--examples/hashsmt/sha1_inversion.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/examples/hashsmt/sha1_inversion.cpp b/examples/hashsmt/sha1_inversion.cpp
index 652fc4e5b..ef5191cb7 100644
--- a/examples/hashsmt/sha1_inversion.cpp
+++ b/examples/hashsmt/sha1_inversion.cpp
@@ -22,7 +22,13 @@
* Author: dejan
*/
+#include <boost/version.hpp>
+#if BOOST_VERSION > 106700
+#include <boost/uuid/detail/sha1.hpp>
+#else
#include <boost/uuid/sha1.hpp>
+#endif
+
#include <fstream>
#include <iostream>
#include <sstream>
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback