From 33539cb34b8f59b65387c142a46744fc83d3ed31 Mon Sep 17 00:00:00 2001 From: Ben Woosley Date: Thu, 12 Jul 2018 00:39:40 -0400 Subject: Extract MakeUnique into utilmemory.h And use it to reduce chainparamsbase's direct reliance on util.h to only args handling. utilmemory.h can be replaced with once we move to C++14. --- src/interfaces/handler.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/interfaces/handler.cpp') diff --git a/src/interfaces/handler.cpp b/src/interfaces/handler.cpp index 8e45faa2a5..80f461f4d3 100644 --- a/src/interfaces/handler.cpp +++ b/src/interfaces/handler.cpp @@ -4,7 +4,7 @@ #include -#include +#include #include #include -- cgit v1.2.3