diff options
| author | Nat Goodspeed <nat@lindenlab.com> | 2020-04-09 08:06:46 -0400 | 
|---|---|---|
| committer | Nat Goodspeed <nat@lindenlab.com> | 2020-04-09 08:06:46 -0400 | 
| commit | 91cca79c1453be22b878c00a0c51abaedba4f21a (patch) | |
| tree | 69e11e082b959a5c36c8534582eb899727fdbf8c /indra/llcorehttp | |
| parent | c7cf322be5b196ad838dc90fe5314971f39f22c2 (diff) | |
DRTVWR-476: #include "boost/noncopyable.hpp" in another consumer.
Diffstat (limited to 'indra/llcorehttp')
| -rw-r--r-- | indra/llcorehttp/_httpreplyqueue.h | 1 | 
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 | 
