From 52725e889185e53277e629f1f7043aa2913c97a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Loureiro?= <1649425+jpcloureiro@users.noreply.github.com> Date: Wed, 8 Nov 2023 23:26:13 +0000 Subject: [PATCH] fix error: use of undeclared identifier 'assert' --- lib/Support/Semaphore.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/Support/Semaphore.cpp b/lib/Support/Semaphore.cpp index f8cff7f53cb..d26abf22ba7 100644 --- a/lib/Support/Semaphore.cpp +++ b/lib/Support/Semaphore.cpp @@ -13,6 +13,7 @@ #include #include +#include namespace hermes {