From 180aa03603df58d81f877019a79e6a28a04c3514 Mon Sep 17 00:00:00 2001 From: Kevin Hamacher Date: Wed, 28 Feb 2024 07:36:18 -0800 Subject: [PATCH] Internal change PiperOrigin-RevId: 611097384 Change-Id: Ib4189548bc08e12807e74143591c3ff341d105d4 --- sandboxed_api/sandbox2/policybuilder.h | 1 + 1 file changed, 1 insertion(+) diff --git a/sandboxed_api/sandbox2/policybuilder.h b/sandboxed_api/sandbox2/policybuilder.h index f3765a3..f5297a4 100644 --- a/sandboxed_api/sandbox2/policybuilder.h +++ b/sandboxed_api/sandbox2/policybuilder.h @@ -45,6 +45,7 @@ namespace sandbox2 { class AllowAllSyscalls; class TraceAllSyscalls; class UnrestrictedNetworking; +class LoadUserBpfCodeFromFile; // PolicyBuilder is a helper class to simplify creation of policies. The builder // uses fluent interface for convenience and increased readability of policies.