Skip to content

Commit d0c7e8d

Browse files
Apply suggestion from @mathieucarbou
1 parent d09c360 commit d0c7e8d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/AsyncWebServerLogging.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
#define async_ws_log_v(format, ...) log_v(format, ##__VA_ARGS__)
3333

3434
#elif defined(HOST)
35+
#include <cstdio>
3536
// Arduino-Emulator has Serial, but it does not have Serial.printf, which
3637
// is not a member of the Arduino Core API Print class.
3738

0 commit comments

Comments
 (0)