From 91cca79c1453be22b878c00a0c51abaedba4f21a Mon Sep 17 00:00:00 2001
From: Nat Goodspeed <nat@lindenlab.com>
Date: Thu, 9 Apr 2020 08:06:46 -0400
Subject: [PATCH] DRTVWR-476: #include "boost/noncopyable.hpp" in another
 consumer.

---
 indra/llcorehttp/_httpreplyqueue.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/indra/llcorehttp/_httpreplyqueue.h b/indra/llcorehttp/_httpreplyqueue.h
index 0e39e22dde5..928ee10a838 100644
--- a/indra/llcorehttp/_httpreplyqueue.h
+++ b/indra/llcorehttp/_httpreplyqueue.h
@@ -30,6 +30,7 @@
 
 #include "_refcounted.h"
 #include "_mutex.h"
+#include "boost/noncopyable.hpp"
 
 
 namespace LLCore
-- 
GitLab