mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2026-01-20 03:58:28 -05:00
11 lines
167 B
C++
11 lines
167 B
C++
#ifndef JWT_DISABLE_BASE64
|
|
#error "This test expects 'JWT_DISABLE_BASE64' to be defined!"
|
|
#endif
|
|
|
|
#include "jwt-cpp/jwt.h"
|
|
|
|
int main() {
|
|
jwt::date date;
|
|
return 0;
|
|
}
|