diff options
author | TheCharlatan <seb.kung@gmail.com> | 2023-05-17 17:47:25 +0200 |
---|---|---|
committer | TheCharlatan <seb.kung@gmail.com> | 2023-05-20 12:03:33 +0200 |
commit | 7eee356c0a7fefd70c8de21689efa335f52a69ba (patch) | |
tree | 424f75e0ee33d4a7de12976123f59ee14eb5a729 /src/Makefile.am | |
parent | 44de325d95447498036479c3112ba741caf45bf6 (diff) |
refactor: Split util::AnyPtr into its own file
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index c952d73758..e2c7af8c58 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -279,6 +279,7 @@ BITCOIN_CORE_H = \ txorphanage.h \ txrequest.h \ undo.h \ + util/any.h \ util/asmap.h \ util/batchpriority.h \ util/bip32.h \ |