diff options
| -rw-r--r-- | indra/llcommon/llfasttimer.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/llcommon/llfasttimer.h b/indra/llcommon/llfasttimer.h index fde168b022..a3f8d02463 100644 --- a/indra/llcommon/llfasttimer.h +++ b/indra/llcommon/llfasttimer.h @@ -31,6 +31,9 @@ #include "lltrace.h" #include "lltreeiterators.h" #include "llprocessor.h" +#if _M_ARM64 +#include "llmutex.h" +#endif #if LL_X86 || LL_X86_64 #if LL_WINDOWS |
