From 6a7fb4c10c28620d2f5b0d694a649fde2b95291f Mon Sep 17 00:00:00 2001 From: kd-11 Date: Sat, 23 Dec 2023 14:09:06 +0300 Subject: [PATCH] Do not include profiling headers --- Utilities/Thread.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Utilities/Thread.h b/Utilities/Thread.h index 576eac264d..8aa3663694 100644 --- a/Utilities/Thread.h +++ b/Utilities/Thread.h @@ -5,7 +5,7 @@ #include "util/shared_ptr.hpp" #include -#include +#include #include "mutex.h" #include "lockless.h"