1
0
mirror of synced 2025-08-18 23:21:58 +03:00

Include missing stdint.h on fuzz test (#1700)

* Include missing stdint.h

* Remove std:: from uint8_t
This commit is contained in:
Jiwoo Park
2023-10-30 08:26:06 +09:00
committed by GitHub
parent e2813d9d4d
commit d0e4cb3f07
2 changed files with 5 additions and 4 deletions

View File

@@ -1,5 +1,6 @@
#include <cstdint>
#include <httplib.h>
#include <memory>
class FuzzedStream : public httplib::Stream {
public: