From 9ba63cd4c53e204aaa583856c2f29fadab2cce0f Mon Sep 17 00:00:00 2001 From: Semenov Herman Date: Mon, 26 Aug 2024 22:27:34 +0300 Subject: [PATCH] Fixed building on Clang compiler --- include/common.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/common.h b/include/common.h index 92ab928..48a9286 100644 --- a/include/common.h +++ b/include/common.h @@ -1,6 +1,7 @@ #pragma once #include #include +#include // You can suppress warnings about unused variables with this macro. #define UNUSED(x) (void)(x)