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)