diff options
| author | assiduous <assiduous@diligentgraphics.com> | 2020-01-25 19:59:39 +0000 |
|---|---|---|
| committer | assiduous <assiduous@diligentgraphics.com> | 2020-01-25 19:59:39 +0000 |
| commit | 74be6747413e0f5b24d52ec208e25d4c823d6f39 (patch) | |
| tree | bdedc930cedb50f51479b3cf948c996a6dfff456 /Primitives/interface | |
| parent | Fixed issues with DeviceType on Mac and iOS (diff) | |
| download | DiligentCore-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.h | 1 |
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> |
