From 74be6747413e0f5b24d52ec208e25d4c823d6f39 Mon Sep 17 00:00:00 2001 From: assiduous Date: Sat, 25 Jan 2020 11:59:39 -0800 Subject: Fixed issue with size_t in c headers --- Primitives/interface/BasicTypes.h | 1 + 1 file changed, 1 insertion(+) (limited to 'Primitives/interface') diff --git a/Primitives/interface/BasicTypes.h b/Primitives/interface/BasicTypes.h index 9be3c03a..f6316025 100644 --- a/Primitives/interface/BasicTypes.h +++ b/Primitives/interface/BasicTypes.h @@ -32,6 +32,7 @@ #if DILIGENT_C_INTERFACE # include # include +# include #else # include # include -- cgit v1.2.3