diff --git a/indra/llcorehttp/httpcommon.h b/indra/llcorehttp/httpcommon.h index 2aded492ea56e8141d2d7a15f52e740b2a3ee22b..e80620179820f136b697b58760dc683e54634b0b 100755 --- a/indra/llcorehttp/httpcommon.h +++ b/indra/llcorehttp/httpcommon.h @@ -188,6 +188,7 @@ /// #include "linden_common.h" // Modifies curl/curl.h interfaces +#include "boost/intrusive_ptr.hpp" #include <string> namespace LLCore diff --git a/indra/llcorehttp/httpheaders.h b/indra/llcorehttp/httpheaders.h index 41832c4931fc43ef37ed276b08ac5e342735edf2..940f92183ced7458d0264b14cbea07caae8499e9 100755 --- a/indra/llcorehttp/httpheaders.h +++ b/indra/llcorehttp/httpheaders.h @@ -28,8 +28,8 @@ #define _LLCORE_HTTP_HEADERS_H_ +#include "httpcommon.h" #include <string> - #include "_refcounted.h" diff --git a/indra/llcorehttp/httpoptions.h b/indra/llcorehttp/httpoptions.h index d6d892213d830b7561483027dfb05965769cd4ce..3b9ad9598b5e658ae8822f4795a10b9f50dc555d 100755 --- a/indra/llcorehttp/httpoptions.h +++ b/indra/llcorehttp/httpoptions.h @@ -29,7 +29,6 @@ #include "httpcommon.h" - #include "_refcounted.h"