We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e16f872 commit 71c824eCopy full SHA for 71c824e
src/pubkey.cpp
@@ -5,9 +5,16 @@
5
6
#include <pubkey.h>
7
8
+#include <hash.h>
9
#include <secp256k1.h>
10
+#include <secp256k1_extrakeys.h>
11
#include <secp256k1_recovery.h>
12
#include <secp256k1_schnorrsig.h>
13
+#include <span.h>
14
+#include <uint256.h>
15
+
16
+#include <algorithm>
17
+#include <cassert>
18
19
namespace
20
{
src/pubkey.h
@@ -12,7 +12,7 @@
#include <span.h>
#include <uint256.h>
-#include <stdexcept>
+#include <cstring>
#include <vector>
const unsigned int BIP32_EXTKEY_SIZE = 74;
0 commit comments