From 39f4b7809dea7663665aaf40749d8e770c2822c9 Mon Sep 17 00:00:00 2001 From: Jonathan Giszczak Date: Wed, 28 Oct 2020 09:57:26 -0600 Subject: [PATCH] Look for ripemd in include directory. --- src/crypto.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/crypto.cpp b/src/crypto.cpp index 9a4a1f4..df10ad6 100644 --- a/src/crypto.cpp +++ b/src/crypto.cpp @@ -9,7 +9,7 @@ #include #include -#include "abieos_ripemd160.hpp" +#include "eosio/abieos_ripemd160.hpp" using namespace eosio;