Skip to content

Commit d37c6d1

Browse files
committed
Added missing include for github pipeline
1 parent 728a828 commit d37c6d1

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

include/graphblas/base/io.hpp

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

2727
#include <type_traits>
2828
#include <typeinfo>
29+
#include <cstdint>
2930

3031
#ifndef _H_GRB_IO_BASE
3132
#define _H_GRB_IO_BASE

include/graphblas/reference/init.hpp

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

2626
#include <new>
2727
#include <algorithm>
28+
#include <cstdint>
2829

2930
#include <graphblas/base/init.hpp>
3031
#include <graphblas/utils/DMapper.hpp>

0 commit comments

Comments
 (0)