summaryrefslogtreecommitdiff
path: root/indra/llcorehttp/httpcommon.h
diff options
context:
space:
mode:
authorRider Linden <none@none>2015-04-08 10:17:34 -0700
committerRider Linden <none@none>2015-04-08 10:17:34 -0700
commit1c91c8a106a78f2087a3fb4312e428a0128283b4 (patch)
tree1f80ff372a3a9c2670049f76cde4d6782661dfe9 /indra/llcorehttp/httpcommon.h
parentfe34b3ef725b83af0deeffcf8bf6ef9769224e8d (diff)
Adding weak pointer support.
Event polling as a coroutine. (incomplete) Groundwork for canceling HttpCoroutineAdapter yields.
Diffstat (limited to 'indra/llcorehttp/httpcommon.h')
-rwxr-xr-xindra/llcorehttp/httpcommon.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llcorehttp/httpcommon.h b/indra/llcorehttp/httpcommon.h
index ada5c1bbe7..898d3d47fa 100755
--- a/indra/llcorehttp/httpcommon.h
+++ b/indra/llcorehttp/httpcommon.h
@@ -190,6 +190,7 @@
#include "linden_common.h" // Modifies curl/curl.h interfaces
#include "boost/intrusive_ptr.hpp"
#include "boost/shared_ptr.hpp"
+#include "boost/weak_ptr.hpp"
#include "boost/function.hpp"
#include <string>