diff options
author | Rider Linden <none@none> | 2015-03-23 12:23:35 -0700 |
---|---|---|
committer | Rider Linden <none@none> | 2015-03-23 12:23:35 -0700 |
commit | 3b923962f8e0a065052f40d029bce42a6fe37e68 (patch) | |
tree | af6b5318fe9e9523cc4d091d593f77476248875a /indra/llcorehttp | |
parent | edfd19502c0cabfc836fafddae92b623005eb4cb (diff) |
Reogranized some headers for GCC added <memory> to the linden_common.h for shared_ptr
Diffstat (limited to 'indra/llcorehttp')
-rwxr-xr-x | indra/llcorehttp/bufferarray.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llcorehttp/bufferarray.h b/indra/llcorehttp/bufferarray.h index 1da807b0a6..076f341736 100755 --- a/indra/llcorehttp/bufferarray.h +++ b/indra/llcorehttp/bufferarray.h @@ -30,6 +30,7 @@ #include <cstdlib> #include <vector> +#include "boost/intrusive_ptr.hpp" #include "_refcounted.h" |