From 8312a4e5470066d0219ef6e9ec9fc8d90e9e595a Mon Sep 17 00:00:00 2001 From: Ansariel Date: Mon, 19 Feb 2024 18:56:51 +0100 Subject: Include missing llmutex.h in CMake file --- indra/llcommon/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/indra/llcommon/CMakeLists.txt b/indra/llcommon/CMakeLists.txt index 5f4ed2fffa..80bc95ffba 100644 --- a/indra/llcommon/CMakeLists.txt +++ b/indra/llcommon/CMakeLists.txt @@ -194,6 +194,7 @@ set(llcommon_HEADER_FILES llmetrics.h llmetricperformancetester.h llmortician.h + llmutex.h llnametable.h llpointer.h llprofiler.h -- cgit v1.2.3