From 632fdc639d5ba42e57b22673eaa69ce8ad0b7fa5 Mon Sep 17 00:00:00 2001 From: Wiktor Garbacz Date: Tue, 22 Aug 2023 02:55:35 -0700 Subject: [PATCH] Add missing includes PiperOrigin-RevId: 559052007 Change-Id: I3bc95cbc204c207d60c5aabb414840fdaba8c0c6 --- sandboxed_api/embed_file.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sandboxed_api/embed_file.cc b/sandboxed_api/embed_file.cc index f5cd318..8493577 100644 --- a/sandboxed_api/embed_file.cc +++ b/sandboxed_api/embed_file.cc @@ -20,7 +20,9 @@ #include #include +#include "sandboxed_api/file_toc.h" #include "absl/strings/str_cat.h" +#include "absl/synchronization/mutex.h" #include "sandboxed_api/sandbox2/util.h" #include "sandboxed_api/util/fileops.h" #include "sandboxed_api/util/raw_logging.h"