mirror of
https://github.com/yhirose/cpp-httplib.git
synced 2025-05-15 01:08:27 +00:00
Include missing stdint.h on fuzz test (#1700)
* Include missing stdint.h * Remove std:: from uint8_t
This commit is contained in:
parent
e2813d9d4d
commit
d0e4cb3f07
2 changed files with 5 additions and 4 deletions
|
@ -1,5 +1,6 @@
|
|||
#include <cstdint>
|
||||
|
||||
#include <httplib.h>
|
||||
#include <memory>
|
||||
|
||||
class FuzzedStream : public httplib::Stream {
|
||||
public:
|
||||
|
|
|
@ -5,9 +5,9 @@
|
|||
// on the test corpus or on a single file,
|
||||
// e.g. the one that comes from a bug report.
|
||||
|
||||
#include <cassert>
|
||||
#include <iostream>
|
||||
#include <cstdint>
|
||||
#include <fstream>
|
||||
#include <iostream>
|
||||
#include <vector>
|
||||
|
||||
// Forward declare the "fuzz target" interface.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue