From a786598324f3e58e187a5ece284a345925ab7ba3 Mon Sep 17 00:00:00 2001 From: Aster Seker Date: Sat, 13 Sep 2025 09:58:08 +0300 Subject: [PATCH] feat(taskexecutor): include chrono header --- include/logit_cpp/logit/TaskExecutor.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/include/logit_cpp/logit/TaskExecutor.hpp b/include/logit_cpp/logit/TaskExecutor.hpp index fac5408..311b5b1 100644 --- a/include/logit_cpp/logit/TaskExecutor.hpp +++ b/include/logit_cpp/logit/TaskExecutor.hpp @@ -11,6 +11,7 @@ #include #include #include +#include namespace logit {