Skip to content

Commit

Permalink
blind fix for OSX build
Browse files Browse the repository at this point in the history
  • Loading branch information
Ash-L2L committed Aug 7, 2023
1 parent 8798250 commit ca9c3fd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/net_processing.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
#include <init.h>
#include <validation.h>
#include <merkleblock.h>
#include <net.h>
#include <netmessagemaker.h>
#include <netbase.h>
#include <policy/fees.h>
Expand All @@ -30,6 +31,9 @@
#include <utilmoneystr.h>
#include <utilstrencodings.h>

#include <array>
#include <utility>

#if defined(NDEBUG)
# error "Bitcoin cannot be compiled without assertions."
#endif
Expand Down

0 comments on commit ca9c3fd

Please sign in to comment.