When compiling with gcc 13.1.1 I get the following error:
/home/REDACTED/.phoronix-test-suite/installed-tests/pts/leveldb-1.0.2/leveldb-1.22/doc/bench/db_bench_sqlite3.cc:207:18: error: ‘time’ was not declared in this scope
12 207 | time_t now = time(nullptr);
13 | ^~~~
When compiling with gcc 13.1.1 I get the following error:
This is due to a missing include of ctime.