From 53fb943b0f0103d93d6ae0b2345f0a97ab58a201 Mon Sep 17 00:00:00 2001 From: Ella Rekow Date: Mon, 16 Oct 2023 14:32:29 -0500 Subject: [PATCH] Update thread_base.h fix from https://github.com/Livox-SDK/Livox-SDK/pull/193/commits/2ef8b9f760d46a0f8dfa37b7944f4c7cd9bc7526 --- sdk_core/src/base/thread_base.h | 1 + 1 file changed, 1 insertion(+) diff --git a/sdk_core/src/base/thread_base.h b/sdk_core/src/base/thread_base.h index 35f7fbd..2c10ae4 100644 --- a/sdk_core/src/base/thread_base.h +++ b/sdk_core/src/base/thread_base.h @@ -26,6 +26,7 @@ #define LIVOX_THREAD_BASE_H_ #include #include +#include #include "noncopyable.h" namespace livox { -- 2.52.0