aboutsummaryrefslogtreecommitdiffstats
path: root/libdevcore/SwarmHash.h
diff options
context:
space:
mode:
Diffstat (limited to 'libdevcore/SwarmHash.h')
-rw-r--r--libdevcore/SwarmHash.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/libdevcore/SwarmHash.h b/libdevcore/SwarmHash.h
index 925509ab..f474ce11 100644
--- a/libdevcore/SwarmHash.h
+++ b/libdevcore/SwarmHash.h
@@ -20,12 +20,13 @@
#pragma once
#include <libdevcore/FixedHash.h>
-#include <libdevcore/Common.h>
+
+#include <string>
namespace dev
{
/// Compute the "swarm hash" of @a _data
-h256 swarmHash(bytes const& _data);
+h256 swarmHash(std::string const& _data);
}