#ifndef THP_TYPES_INC
#define THP_TYPES_INC

#include <cstddef>

#ifndef INT64_MAX
#include <cstdint>
#endif

template <typename T>
struct THPTypeInfo {};

#endif
