From 514c90319398e8db8617fb513263002460130d0a Mon Sep 17 00:00:00 2001 From: Stephan Widor Date: Sat, 14 May 2022 12:54:20 +0200 Subject: [PATCH] include stddef in wdltypes.h --- WDL/wdltypes.h | 1 + 1 file changed, 1 insertion(+) diff --git a/WDL/wdltypes.h b/WDL/wdltypes.h index 2092d7d07..44ca49b02 100644 --- a/WDL/wdltypes.h +++ b/WDL/wdltypes.h @@ -40,6 +40,7 @@ typedef unsigned long long WDL_UINT64; #include #include #else +#include #include typedef intptr_t INT_PTR; typedef uintptr_t UINT_PTR;