mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-04-03 20:35:17 +02:00
refactor: Fix includes in crypto directory
IWYU issue #1763 appears to be a corner case, so it has been addressed using a local pragma rather than a global mapping.
This commit is contained in:
@@ -4,7 +4,11 @@
|
||||
|
||||
#include <crypto/siphash.h>
|
||||
|
||||
#include <uint256.h>
|
||||
|
||||
#include <bit>
|
||||
#include <cassert>
|
||||
#include <span>
|
||||
|
||||
#define SIPROUND do { \
|
||||
v0 += v1; v1 = std::rotl(v1, 13); v1 ^= v0; \
|
||||
|
||||
Reference in New Issue
Block a user