From e55d8dbf614f4b3a972186e5c965706bcb440a9c Mon Sep 17 00:00:00 2001 From: Nikolai Tillmann Date: Mon, 13 May 2024 10:03:43 -0700 Subject: [PATCH] Attempting to fix OSS build (#860) Summary: I don't understand what has changed, but an include might be missing. Differential Revision: D57237245 --- libredex/ProguardConfiguration.h | 1 + 1 file changed, 1 insertion(+) diff --git a/libredex/ProguardConfiguration.h b/libredex/ProguardConfiguration.h index 81d5d40e1b1..9ca79a2a661 100644 --- a/libredex/ProguardConfiguration.h +++ b/libredex/ProguardConfiguration.h @@ -7,6 +7,7 @@ #pragma once +#include #include #include #include