diff --git a/format.h b/format.h index 42bb0379..345877a7 100644 --- a/format.h +++ b/format.h @@ -75,7 +75,7 @@ typedef __int64 intmax_t; # define FMT_API #endif -#ifdef _MSC_VER +#if defined(_MSC_VER) && !defined(__clang__) # include // _BitScanReverse, _BitScanReverse64 namespace fmt {