summaryrefslogtreecommitdiff
path: root/indra/llcorehttp/httprequest.h
diff options
context:
space:
mode:
authorRider Linden <none@none>2015-03-23 14:48:34 -0700
committerRider Linden <none@none>2015-03-23 14:48:34 -0700
commitd46fe1a1bb0c375ebcfe3c1fe9701e37135acd65 (patch)
tree33ca55a14c54841b474d18658955c4fed35e7b53 /indra/llcorehttp/httprequest.h
parent90ae8b84c6bf515486ec94038abc598520e2320f (diff)
Microsoft is not nearly picky enough. Headder issues caught by gcc MS likes fine.
Diffstat (limited to 'indra/llcorehttp/httprequest.h')
-rwxr-xr-xindra/llcorehttp/httprequest.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llcorehttp/httprequest.h b/indra/llcorehttp/httprequest.h
index c90e056d62..4cacb3a20b 100755
--- a/indra/llcorehttp/httprequest.h
+++ b/indra/llcorehttp/httprequest.h
@@ -97,7 +97,7 @@ public:
typedef unsigned int policy_t;
typedef unsigned int priority_t;
- typedef std::shared_ptr<HttpRequest> ptr_t;
+ typedef boost::shared_ptr<HttpRequest> ptr_t;
public:
/// @name PolicyMethods
/// @{