From b025cf269d2e07e179be4a0e34d936862dc640c2 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Thu, 2 Jan 2025 20:29:55 -0500 Subject: Use `holding` blocks for mutexed data instead of lambdas --- stdlib/tomo.h | 1 + 1 file changed, 1 insertion(+) (limited to 'stdlib/tomo.h') diff --git a/stdlib/tomo.h b/stdlib/tomo.h index 10ac3668..7ed25412 100644 --- a/stdlib/tomo.h +++ b/stdlib/tomo.h @@ -18,6 +18,7 @@ #include "memory.h" #include "metamethods.h" #include "moments.h" +#include "mutexeddata.h" #include "nums.h" #include "optionals.h" #include "paths.h" -- cgit v1.2.3