From d10badf0d23f48665239117838c5daf0fd667e01 Mon Sep 17 00:00:00 2001 From: Nat Goodspeed Date: Wed, 12 May 2021 16:26:53 -0400 Subject: SL-10297: #include in llsingleton.h --- indra/llcommon/llsingleton.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/indra/llcommon/llsingleton.h b/indra/llcommon/llsingleton.h index 2eb39c6c8c..163c08099f 100644 --- a/indra/llcommon/llsingleton.h +++ b/indra/llcommon/llsingleton.h @@ -27,14 +27,15 @@ #include #include +#include #include -#include +#include #include +#include #include "mutex.h" #include "lockstatic.h" #include "llthread.h" // on_main_thread() #include "llmainthreadtask.h" -#include class LLSingletonBase: private boost::noncopyable { -- cgit v1.2.3