Skip to content

Commit e74405f

Browse files
committed
Fix build error
1 parent a5f335c commit e74405f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/fuzzing/server_fuzzer.cc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ class FuzzedStream : public httplib::Stream {
3939

4040
socket_t socket() const override { return 0; }
4141

42+
time_t duration() const override { return 0; };
43+
4244
private:
4345
const uint8_t *data_;
4446
size_t size_;

0 commit comments

Comments
 (0)