diff --git a/include/cutlass/platform/platform.h b/include/cutlass/platform/platform.h index 13e018db8..9ee0a7a0d 100644 --- a/include/cutlass/platform/platform.h +++ b/include/cutlass/platform/platform.h @@ -127,6 +127,7 @@ #include // For integral constants, conditional metaprogramming, and type traits #endif +#include #include #endif @@ -374,7 +375,7 @@ using remove_cvref_t = typename remove_cvref::type; // Type relationships //----------------------------------------------------------------------------- -using CUTLASS_STL_NAMESPACE::is_same; +using CUTLASS_STL_NAMESPACE::is_same; using CUTLASS_STL_NAMESPACE::is_same_v; #if defined(__CUDACC_RTC__) || (!defined(_MSC_VER) && (__cplusplus < 201103L)) || (defined(_MSC_VER) && (_MSC_VER < 1500)) @@ -536,7 +537,7 @@ using CUTLASS_STL_NAMESPACE::is_unsigned_v; //----------------------------------------------------------------------------- using CUTLASS_STL_NAMESPACE::declval; - + //----------------------------------------------------------------------------- // bit_cast //-----------------------------------------------------------------------------