Skip to content

Commit

Permalink
Automated Code Change
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 706619570
Change-Id: I827179d0014e74228283373439d7d447f727c211
  • Loading branch information
Sandboxed API Team authored and copybara-github committed Dec 17, 2024
1 parent d5ed83c commit 567afff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions sandboxed_api/sandbox2/examples/static/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ cc_binary(
"@com_google_absl//absl/log:check",
"@com_google_absl//absl/log:globals",
"@com_google_absl//absl/log:initialize",
"@com_google_absl//absl/strings:string_view",
"@com_google_absl//absl/time",
"@com_google_sandboxed_api//sandboxed_api:config",
"@com_google_sandboxed_api//sandboxed_api/sandbox2",
Expand Down
1 change: 1 addition & 0 deletions sandboxed_api/sandbox2/examples/static/static_sandbox.cc
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
#include "absl/log/initialize.h"
#include "absl/log/log.h"
#include "absl/base/log_severity.h"
#include "absl/strings/string_view.h"
#include "absl/time/time.h"
#include "sandboxed_api/config.h"
#include "sandboxed_api/sandbox2/executor.h"
Expand Down

0 comments on commit 567afff

Please sign in to comment.