Skip to content

Commit 567afff

Browse files
Sandboxed API Teamcopybara-github
authored andcommitted
Automated Code Change
PiperOrigin-RevId: 706619570 Change-Id: I827179d0014e74228283373439d7d447f727c211
1 parent d5ed83c commit 567afff

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

sandboxed_api/sandbox2/examples/static/BUILD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ cc_binary(
4040
"@com_google_absl//absl/log:check",
4141
"@com_google_absl//absl/log:globals",
4242
"@com_google_absl//absl/log:initialize",
43+
"@com_google_absl//absl/strings:string_view",
4344
"@com_google_absl//absl/time",
4445
"@com_google_sandboxed_api//sandboxed_api:config",
4546
"@com_google_sandboxed_api//sandboxed_api/sandbox2",

sandboxed_api/sandbox2/examples/static/static_sandbox.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
#include "absl/log/initialize.h"
3434
#include "absl/log/log.h"
3535
#include "absl/base/log_severity.h"
36+
#include "absl/strings/string_view.h"
3637
#include "absl/time/time.h"
3738
#include "sandboxed_api/config.h"
3839
#include "sandboxed_api/sandbox2/executor.h"

0 commit comments

Comments
 (0)