Fixed issue with size_t in c headers
assiduous
3 years ago
1 changed file(s) with
1 addition(s)
and
0 deletion(s)
.
Raw diff
Collapse all
Expand all
+1
-0
Primitives/interface/BasicTypes.h
less
more
31
31
#if DILIGENT_C_INTERFACE
32
32
# include <stdint.h>
33
33
# include <stdbool.h>
34
# include <stddef.h>
34
35
#else
35
36
# include <cstdint>
36
37
# include <string>