aboutsummaryrefslogtreecommitdiffstats
path: root/test/libdevcore/SwarmHash.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/libdevcore/SwarmHash.cpp')
-rw-r--r--test/libdevcore/SwarmHash.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/libdevcore/SwarmHash.cpp b/test/libdevcore/SwarmHash.cpp
index 47b2baa7..1f0c2ea5 100644
--- a/test/libdevcore/SwarmHash.cpp
+++ b/test/libdevcore/SwarmHash.cpp
@@ -18,7 +18,7 @@
* Unit tests for the swarm hash computation routine.
*/
-#include <libdevcore/SHA3.h>
+#include <libdevcore/SwarmHash.h>
#include "../TestHelper.h"