diff --git a/src/stakeinput.cpp b/src/stakeinput.cpp index b067b9bb3789f4..35d84af63a4dff 100644 --- a/src/stakeinput.cpp +++ b/src/stakeinput.cpp @@ -7,7 +7,7 @@ #include "../wallet/wallet.h" #include "amount.h" #include "chain.h" -#include "librustzcash.h" +#include "rust/include/librustzcash.h" #include "streams.h" #include "txdb.h" #include "validation.h" diff --git a/src/wallet/wallet.cpp b/src/wallet/wallet.cpp index b67c8cc3812c63..e713eaa5adebed 100644 --- a/src/wallet/wallet.cpp +++ b/src/wallet/wallet.cpp @@ -7,8 +7,8 @@ #include "optional.h" #include "consensus/params.h" -#include "librustzcash.h" #include "primitives/transaction.h" +#include "rust/include/librustzcash.h" #include "sapling/saplingscriptpubkeyman.h" #include "sapling/zip32.h" #include "stakeinput.h"