Skip to content

Commit 4be3154

Browse files
committed
GCC 13 detected missing includes, herewith fixed
1 parent f7a589c commit 4be3154

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

include/graphblas/reference/coordinates.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525

2626
#include <stddef.h> //size_t
2727

28+
#include <cstdint>
2829
#include <stdexcept> //std::runtime_error
2930

3031
#include <assert.h>

include/graphblas/reference/init.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
#define _H_GRB_REFERENCE_INIT
2525

2626
#include <new>
27+
#include <cstdint>
2728
#include <algorithm>
2829

2930
#include <graphblas/base/init.hpp>

0 commit comments

Comments
 (0)