From c20d9e0a278503ad494fd60cfa1071ea15544c36 Mon Sep 17 00:00:00 2001 From: Tomas Kalibera Date: Tue, 13 Feb 2024 14:24:48 +0100 Subject: [PATCH] Avoid conflict with windows headers (abort). --- src/compliance.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/compliance.h b/src/compliance.h index bf62fff..5028e65 100644 --- a/src/compliance.h +++ b/src/compliance.h @@ -1,5 +1,10 @@ #pragma once + +#ifdef _WIN32 +#include +#endif + #include #include