Skip to content

Commit aef16ff

Browse files
committed
Squashed 'src/minisketch/' changes from a571ba20f9..022b959049
022b959049 Merge bitcoin-core/minisketch#77: Add missing include 08443c4892 Add missing include git-subtree-dir: src/minisketch git-subtree-split: 022b959049dc8d7f21c03e19939af65403caf8be
1 parent e9f1d8c commit aef16ff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/int_utils.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
#ifndef _MINISKETCH_INT_UTILS_H_
88
#define _MINISKETCH_INT_UTILS_H_
99

10+
#include <stdint.h>
1011
#include <stdlib.h>
1112

1213
#include <limits>

0 commit comments

Comments
 (0)