Fix missing std::variant header that was breaking Darwin builds.

This commit is contained in:
Kris Nuttycombe 2022-02-11 13:10:47 -07:00
parent 29c9632ecb
commit 85caa659af
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)