Skip to content

Commit

Permalink
Add missing optional.h include
Browse files Browse the repository at this point in the history
  • Loading branch information
kristapsk committed Nov 14, 2020
1 parent 29c66ac commit 049feab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/wallet/rpcwallet.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
#include <interfaces/chain.h>
#include <key_io.h>
#include <node/context.h>
#include <optional.h>
#include <outputtype.h>
#include <policy/feerate.h>
#include <policy/fees.h>
Expand Down

0 comments on commit 049feab

Please sign in to comment.