From 4fb789e9b2ffdf48fd50293b3982b3fce4d5fbdf Mon Sep 17 00:00:00 2001 From: Jim Posen Date: Fri, 24 Aug 2018 14:48:23 -0700 Subject: Extract CSipHasher to it's own file in crypto/ directory. This is a move-only commit with the exception of changes to includes. --- src/test/hash_tests.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/test') diff --git a/src/test/hash_tests.cpp b/src/test/hash_tests.cpp index fd3a6b0dec..e8e5040855 100644 --- a/src/test/hash_tests.cpp +++ b/src/test/hash_tests.cpp @@ -2,6 +2,7 @@ // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. +#include #include #include #include -- cgit v1.2.3