Skip to content

Commit 5c47d9b

Browse files
author
Jason G. Tong
committed
Adding <cstdint> header for gcc 13.1 compilation
1 parent b0976b2 commit 5c47d9b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ethminer/libdevcore/vector_ref.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
#include <string>
2727
#include <type_traits>
2828
#include <vector>
29+
#include <cstdint>
2930

3031
namespace dev
3132
{

0 commit comments

Comments
 (0)