From fa72e0ba15c6382e9068be221ab4872bef000cbc Mon Sep 17 00:00:00 2001 From: MarcoFalke Date: Fri, 11 Mar 2022 10:14:31 +0100 Subject: Use designated initializers --- src/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index a6e9048949..d6208ab346 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -254,6 +254,7 @@ BITCOIN_CORE_H = \ util/bip32.h \ util/bytevectorhash.h \ util/check.h \ + util/designator.h \ util/epochguard.h \ util/error.h \ util/fastrange.h \ -- cgit v1.2.3