Skip to content

Commit 1e01786

Browse files
Add missing stdint.h include
Co-Authored-By: Tim Ruffing <[email protected]>
1 parent 8a7dea1 commit 1e01786

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/bench.h

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

10+
#include <stdint.h>
1011
#include <stdio.h>
1112
#include <string.h>
1213
#include "sys/time.h"

0 commit comments

Comments
 (0)