cbang: fix build

This commit is contained in:
Đoàn Trần Công Danh 2024-03-31 08:17:46 +07:00
parent a6c1b46d0e
commit b50b3e2d16
1 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,10 @@
--- a/src/cbang/openssl/BigNum.h
+++ b/src/cbang/openssl/BigNum.h
@@ -32,6 +32,7 @@
#pragma once
+#include <cstdint>
#include <string>
typedef struct bignum_st BIGNUM;