Skip to content

Commit

Permalink
include cstdint for compatibility (#494)
Browse files Browse the repository at this point in the history
  • Loading branch information
xiezhq-hermann authored Sep 8, 2024
1 parent 46ec893 commit f2ca781
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions include/flashinfer/layout.cuh
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
#ifndef FLASHINFER_LAYOUT_CUH_
#define FLASHINFER_LAYOUT_CUH_

#include <cstdint>
#include <string>
#include <tuple>

Expand Down
1 change: 1 addition & 0 deletions include/flashinfer/utils.cuh
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
#include <cuda_fp8.h>
#include <cuda_runtime.h>

#include <cstdint>
#include <iostream>
#include <sstream>
#include <stdexcept>
Expand Down

0 comments on commit f2ca781

Please sign in to comment.