diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-01-02 20:29:55 -0500 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-01-02 20:29:55 -0500 |
| commit | b025cf269d2e07e179be4a0e34d936862dc640c2 (patch) | |
| tree | 6bcce81829436a08dbe4f0101044c0cd07811525 /stdlib/tomo.h | |
| parent | 500e4e1bd74b45476c4df0f4f9da72fbada9bb18 (diff) | |
Use `holding` blocks for mutexed data instead of lambdas
Diffstat (limited to 'stdlib/tomo.h')
| -rw-r--r-- | stdlib/tomo.h | 1 |
1 files changed, 1 insertions, 0 deletions
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" |
