Skip to content

Commit f2ca781

Browse files
include cstdint for compatibility (#494)
1 parent 46ec893 commit f2ca781

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

include/flashinfer/layout.cuh

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

19+
#include <cstdint>
1920
#include <string>
2021
#include <tuple>
2122

include/flashinfer/utils.cuh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
#include <cuda_fp8.h>
2222
#include <cuda_runtime.h>
2323

24+
#include <cstdint>
2425
#include <iostream>
2526
#include <sstream>
2627
#include <stdexcept>

0 commit comments

Comments
 (0)