Skip to content

Commit

Permalink
[SQUASH] FIx cmake?
Browse files Browse the repository at this point in the history
  • Loading branch information
panleone committed Jul 19, 2023
1 parent 9f40390 commit 8f45e23
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/stakeinput.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion src/wallet/wallet.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 8f45e23

Please sign in to comment.