Zserio C++ runtime library  1.0.2
Built for Zserio 2.14.1
Types.h
Go to the documentation of this file.
1 #ifndef ZSERIO_TYPES_H_INC
2 #define ZSERIO_TYPES_H_INC
3 
4 // Skip standard type definition if another standard types header is provided to prevent compilation error.
5 #ifdef ZSERIO_STANDARD_TYPES_HEADER
6  #include ZSERIO_STANDARD_TYPES_HEADER
7 #else
8  #include <cstdint>
9 #endif // ifdef ZSERIO_STANDARD_TYPES_HEADER
10 
11 #endif // ifndef ZSERIO_TYPES_H_INC