Skip to content

Commit

Permalink
Add missing include
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 703415940
Change-Id: I1af16cbd83e971ef03f4c545109a7fdbdf51055e
  • Loading branch information
happyCoder92 authored and copybara-github committed Dec 6, 2024
1 parent ee33868 commit e51d739
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sandboxed_api/sandbox2/testcases/buffer.cc
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
#include "sandboxed_api/sandbox2/buffer.h"

#include <cstdint>
#include <cstdlib>
#include <utility>

int main(int argc, char* argv[]) {
Expand Down

0 comments on commit e51d739

Please sign in to comment.