diff options
author | Ansariel <ansariel.hiller@phoenixviewer.com> | 2024-02-19 18:56:51 +0100 |
---|---|---|
committer | Andrey Lihatskiy <alihatskiy@productengine.com> | 2024-02-20 02:14:01 +0200 |
commit | 8312a4e5470066d0219ef6e9ec9fc8d90e9e595a (patch) | |
tree | eecf9d46a6141ccaa69461527ee130de924f4d16 /indra/llcommon | |
parent | 88f168f33bcf2bea7ea4769233793cf67d2cf37e (diff) |
Include missing llmutex.h in CMake file
Diffstat (limited to 'indra/llcommon')
-rw-r--r-- | indra/llcommon/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
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 |