Skip to content

Commit 83ba94c

Browse files
gloo/types.h: include cstdint
fixes unknown type name compile errors. Co-authored-by: Sumantro Mukherjee <[email protected]>
1 parent c37d821 commit 83ba94c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gloo/types.h

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

55
#pragma once
66

7+
#include <cstdint>
78
#include <iostream>
89

910
#ifdef __CUDA_ARCH__

0 commit comments

Comments
 (0)