From 61ef276483acf13814bca809c7221e63d1ccd7a2 Mon Sep 17 00:00:00 2001 From: Cockos Inc Date: Sun, 8 Oct 2023 14:57:00 -0400 Subject: [PATCH] eel2: fix loose_eel compile -- from 9d533d46 --- WDL/eel2/loose_eel.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/WDL/eel2/loose_eel.cpp b/WDL/eel2/loose_eel.cpp index 03d6b4aa..b41211c4 100644 --- a/WDL/eel2/loose_eel.cpp +++ b/WDL/eel2/loose_eel.cpp @@ -3,6 +3,7 @@ #include #include #include +#include "../mutex.h" int g_verbose, g_interactive; -- 2.11.4.GIT