From c7cf322be5b196ad838dc90fe5314971f39f22c2 Mon Sep 17 00:00:00 2001 From: Nat Goodspeed Date: Thu, 9 Apr 2020 06:49:49 -0400 Subject: DRTVWR-476: #include "boost/noncopyable.hpp" in httpcommon.h. Apparently, in previous Boost versions, boost::noncopyable was sneaking into the namespace via other headers. Now the compiler complains about its absence without an explicit #include. --- indra/llcorehttp/httpcommon.h | 1 + 1 file changed, 1 insertion(+) (limited to 'indra/llcorehttp/httpcommon.h') diff --git a/indra/llcorehttp/httpcommon.h b/indra/llcorehttp/httpcommon.h index e4bd4957f8..18505e0aad 100644 --- a/indra/llcorehttp/httpcommon.h +++ b/indra/llcorehttp/httpcommon.h @@ -193,6 +193,7 @@ #include "boost/shared_ptr.hpp" #include "boost/weak_ptr.hpp" #include "boost/function.hpp" +#include "boost/noncopyable.hpp" #include #include -- cgit v1.2.3