#if !defined(spp_stdint_h_guard) #define spp_stdint_h_guard #include #if defined(SPP_HAS_CSTDINT) && (__cplusplus >= 201103) #include #else #if defined(__FreeBSD__) || defined(__IBMCPP__) || defined(_AIX) #include #else #include #endif #endif #endif // spp_stdint_h_guard