Skip to content

Commit 6493964

Browse files
authored
Add header cstdint to kp_shared.h (#311)
2 parents 0ef4350 + 1149cf6 commit 6493964

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

profiling/simple-kernel-timer/kp_shared.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
#ifndef _H_KOKKOSP_KERNEL_SHARED
1818
#define _H_KOKKOSP_KERNEL_SHARED
1919

20+
#include <cstdint>
2021
#include <map>
2122
#include <memory>
2223
#include <vector>

0 commit comments

Comments
 (0)