mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-14 02:51:37 +08:00
13 lines
300 B
Diff
13 lines
300 B
Diff
diff --git a/src/backend/common/half.hpp b/src/backend/common/half.hpp
|
|
index fb25d03..2f6a8a4 100644
|
|
--- a/src/backend/common/half.hpp
|
|
+++ b/src/backend/common/half.hpp
|
|
@@ -33,6 +33,7 @@
|
|
#endif
|
|
|
|
#include <backend.hpp>
|
|
+#include <cstdint>
|
|
|
|
#ifdef __CUDACC_RTC__
|
|
using uint16_t = unsigned short;
|