diff --git a/common/randombytes.c b/common/randombytes.c index 82f2107c..f3bbbc2f 100644 --- a/common/randombytes.c +++ b/common/randombytes.c @@ -33,6 +33,7 @@ THE SOFTWARE. #if defined(_WIN32) /* Windows */ +// NOLINTNEXTLINE(llvm-include-order): Include order required by Windows #include #include /* CryptAcquireContext, CryptGenRandom */ #endif /* defined(_WIN32) */