diff --git a/windows/winstuff.h b/windows/winstuff.h index 10fcdaba..546c273b 100644 --- a/windows/winstuff.h +++ b/windows/winstuff.h @@ -19,7 +19,7 @@ * stddef.h. So here we try to make sure _some_ standard header is * included which defines uintptr_t. */ #include -#if !defined _MSC_VER || _MSC_VER >= 1600 +#if !defined _MSC_VER || _MSC_VER >= 1600 || defined __clang__ #include #endif