From b8e6e301adfaba8806f5642c73b1f8e40d0610c9 Mon Sep 17 00:00:00 2001 From: Georges Berenger Date: Wed, 17 Jan 2024 11:21:14 -0800 Subject: [PATCH] Fix OSS build Summary: Recent clang-tidy clean-ups broke the build in OSS. Differential Revision: D52844236 Privacy Context Container: L1181955 --- vrs/os/Utils.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/vrs/os/Utils.h b/vrs/os/Utils.h index cf7a6d12..d5ce54b8 100644 --- a/vrs/os/Utils.h +++ b/vrs/os/Utils.h @@ -18,7 +18,9 @@ #include #include + #include +#include #include