summaryrefslogtreecommitdiffstats
path: root/Primitives/interface
diff options
context:
space:
mode:
authorassiduous <assiduous@diligentgraphics.com>2020-01-25 19:59:39 +0000
committerassiduous <assiduous@diligentgraphics.com>2020-01-25 19:59:39 +0000
commit74be6747413e0f5b24d52ec208e25d4c823d6f39 (patch)
treebdedc930cedb50f51479b3cf948c996a6dfff456 /Primitives/interface
parentFixed issues with DeviceType on Mac and iOS (diff)
downloadDiligentCore-74be6747413e0f5b24d52ec208e25d4c823d6f39.tar.gz
DiligentCore-74be6747413e0f5b24d52ec208e25d4c823d6f39.zip
Fixed issue with size_t in c headers
Diffstat (limited to 'Primitives/interface')
-rw-r--r--Primitives/interface/BasicTypes.h1
1 files changed, 1 insertions, 0 deletions
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 <stdint.h>
# include <stdbool.h>
+# include <stddef.h>
#else
# include <cstdint>
# include <string>