Merge pull request #5540 from nuttycom/feature/wallet_unified_addresses-fix_osx_build

Fix missing std::variant header that was breaking Darwin builds.
This commit is contained in:
Kris Nuttycombe 2022-02-11 15:26:08 -07:00 committed by GitHub
commit 93e12899bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -10,6 +10,8 @@
#include "script/script.h"
#include "zip32.h"
#include <variant>
namespace libzcash {
// prototypes for the classes handling ZIP-316 encoding (in Address.hpp)