From 7f9181e94e2b93fd8fd492f8145992838f10fe1b Mon Sep 17 00:00:00 2001 From: Michel van Kessel Date: Sun, 23 Dec 2018 11:44:15 +0100 Subject: [PATCH] build: Include cuckoocache header in Makefile https://github.com/bitcoin/bitcoin/pull/9393/commits/fa89581860b303bbcff9590d096dcace8fd43503 --- src/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Makefile.am b/src/Makefile.am index 43eca88b7..166f72e15 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -106,6 +106,7 @@ BITCOIN_CORE_H = \ core_memusage.h \ dstencode.h \ hash.h \ + cuckoocache.h \ httprpc.h \ httpserver.h \ indirectmap.h \