diff options
author | Dave Parks <davep@lindenlab.com> | 2022-05-24 14:30:30 -0500 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2022-05-24 14:30:30 -0500 |
commit | 9bcc01e3e33c9152a0fb71de2b33e3e41b5a5534 (patch) | |
tree | 2de026c7cc03e5dd90cbdacc708ac7ea5e7d9333 /indra/llcommon | |
parent | 7fb07008fc1ab2b7a6d8da3d7079cf0fafda9928 (diff) |
SL-17484 Build fix.
Diffstat (limited to 'indra/llcommon')
-rw-r--r-- | indra/llcommon/lltimer.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/llcommon/lltimer.cpp b/indra/llcommon/lltimer.cpp index b250bc3e1c..466f98f9b2 100644 --- a/indra/llcommon/lltimer.cpp +++ b/indra/llcommon/lltimer.cpp @@ -30,6 +30,9 @@ #include "u64.h" +#include <chrono> +#include <thread> + #if LL_WINDOWS # include "llwin32headerslean.h" #elif LL_LINUX || LL_DARWIN |