From c4b8cb964979395cae5e717f34a9839cb06f0825 Mon Sep 17 00:00:00 2001 From: tqcq <99722391+tqcq@users.noreply.github.com> Date: Sun, 24 Mar 2024 01:26:05 +0800 Subject: [PATCH] feat add call_once --- include/sled/sled.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/sled/sled.h b/include/sled/sled.h index 29b822a..84b836b 100644 --- a/include/sled/sled.h +++ b/include/sled/sled.h @@ -41,6 +41,7 @@ #include "sled/strings/utils.h" // synchorization +#include "sled/synchronization/call_once.h" #include "sled/synchronization/event.h" #include "sled/synchronization/mutex.h" #include "sled/synchronization/one_time_event.h"