Skip to content

Commit

Permalink
add missing #include <optional>
Browse files Browse the repository at this point in the history
  • Loading branch information
UdjinM6 committed Nov 16, 2023
1 parent 2a22439 commit 614822d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/evo/specialtxman.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
#include <sync.h>
#include <threadsafety.h>

#include <optional>

class BlockValidationState;
class CBlock;
class CBlockIndex;
Expand Down

0 comments on commit 614822d

Please sign in to comment.