From fa89581860b303bbcff9590d096dcace8fd43503 Mon Sep 17 00:00:00 2001 From: MarcoFalke Date: Wed, 21 Dec 2016 01:39:59 +0100 Subject: [PATCH] build: Include cuckoocache header in Makefile --- src/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Makefile.am b/src/Makefile.am index c7124c3ef..89b90e6df 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -97,6 +97,7 @@ BITCOIN_CORE_H = \ consensus/consensus.h \ core_io.h \ core_memusage.h \ + cuckoocache.h \ httprpc.h \ httpserver.h \ indirectmap.h \