Skip to content

Commit

Permalink
No public description
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 689643828
  • Loading branch information
FuzzTest Team authored and copybara-github committed Oct 25, 2024
1 parent 394595f commit c3b6622
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions centipede/testing/external_target.cc
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@
#include <cstdio>
#include <cstdlib>
#include <cstring>
#include <functional>
#include <vector>

#include "absl/base/nullability.h"
#include "absl/log/check.h"
Expand Down
3 changes: 3 additions & 0 deletions centipede/testing/external_target_server.cc
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,12 @@
#include <sys/types.h>
#include <unistd.h>

#include <algorithm>
#include <cstdint>
#include <cstdio>
#include <cstdlib>
#include <cstring>
#include <vector>

#include "absl/log/check.h"
#include "absl/strings/numbers.h"
Expand Down

0 comments on commit c3b6622

Please sign in to comment.