From 1ef0fff49d5e54b12a2caa2024d47236bb8e9f45 Mon Sep 17 00:00:00 2001 From: Xenhat Hex <me@xenh.at> Date: Wed, 11 May 2022 13:51:45 -0400 Subject: [PATCH] Fix build failure on linux --- indra/llcommon/llfasttimer.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/indra/llcommon/llfasttimer.h b/indra/llcommon/llfasttimer.h index cfe36fbf0aa..35d58235c33 100644 --- a/indra/llcommon/llfasttimer.h +++ b/indra/llcommon/llfasttimer.h @@ -33,6 +33,8 @@ #if LL_WINDOWS #include <intrin.h> +#else +#include <x86intrin.h> #endif #define LL_FAST_TIMER_ON 1 -- GitLab