#if !__has_include() #error "missing LibreSSL's TLS header!" #endif #include #include "jwt-cpp/jwt.h" int main() { tls_init(); jwt::date date; return 0; }