From 5ae27d8941685f97e7b93175faa5981a84d70dfd Mon Sep 17 00:00:00 2001 From: tqcq <99722391+tqcq@users.noreply.github.com> Date: Sat, 16 Mar 2024 23:29:10 +0800 Subject: [PATCH] fix --- include/sled/sled.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/sled/sled.h b/include/sled/sled.h index 50273f8..80c332f 100644 --- a/include/sled/sled.h +++ b/include/sled/sled.h @@ -30,6 +30,9 @@ // numerics #include "sled/numerics/divide_round.h" +// profiling +#include "sled/profiling/profiling.h" + // strings #include "sled/strings/base64.h" #include "sled/strings/utils.h"