02cf88bb76
GitOrigin-RevId: c4a0efdd5a728e20791b8d8d2f26f90ac228ee8d
10 lines
264 B
Diff
10 lines
264 B
Diff
--- a/src/uint256.h 2022-07-20 10:07:39.191319302 +0000
|
|
+++ b/src/uint256.h 2022-07-20 10:07:11.809632293 +0000
|
|
@@ -7,6 +7,7 @@
|
|
#ifndef BITCOIN_UINT256_H
|
|
#define BITCOIN_UINT256_H
|
|
|
|
+#include <array>
|
|
#include <assert.h>
|
|
#include <cstring>
|
|
#include <stdexcept>
|