Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions examples/deferred_with_accumulator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
*/

#include <atomic>
#include <cstring>
// cpplint errors on chrono and thread because they are replaced (in Chromium) by other google libraries.
// This is not an issue here.
#include <chrono> // NOLINT [build/c++11]
Expand Down
1 change: 1 addition & 0 deletions examples/minimal_deferred.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
USA
*/

#include <cstring>
#include <httpserver.hpp>

static int counter = 0;
Expand Down
1 change: 1 addition & 0 deletions test/integ/deferred.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
#include <sys/socket.h>
#endif

#include <cstring>
#include <curl/curl.h>
#include <signal.h>
#include <unistd.h>
Expand Down