We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2f5a0b commit be84d3cCopy full SHA for be84d3c
include/utility/mpt_utility.h
@@ -1,10 +1,9 @@
1
#ifndef MPT_UTILITY_H
2
#define MPT_UTILITY_H
3
4
-#include <cstddef>
5
#include <secp256k1.h>
+#include <stddef.h>
6
#include <stdint.h>
7
-#include <vector>
8
9
#ifdef __cplusplus
10
extern "C" {
src/utility/mpt_utility.cpp
@@ -4,6 +4,10 @@
#include <openssl/sha.h>
#include <secp256k1_mpt.h>
#include <utility/mpt_utility.h>
+#include <stdint.h>
+#include <vector>
+#include <secp256k1.h>
11
12
// Platform endianness support for serialization
13
#if defined(__APPLE__)
0 commit comments