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