summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNat Goodspeed <nat@lindenlab.com>2020-04-09 08:06:46 -0400
committerNat Goodspeed <nat@lindenlab.com>2020-04-09 08:06:46 -0400
commit91cca79c1453be22b878c00a0c51abaedba4f21a (patch)
tree69e11e082b959a5c36c8534582eb899727fdbf8c
parentc7cf322be5b196ad838dc90fe5314971f39f22c2 (diff)
DRTVWR-476: #include "boost/noncopyable.hpp" in another consumer.
-rw-r--r--indra/llcorehttp/_httpreplyqueue.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llcorehttp/_httpreplyqueue.h b/indra/llcorehttp/_httpreplyqueue.h
index 0e39e22dde..928ee10a83 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