diff options
author | Jacek Antonelli | 2008-08-15 23:44:49 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:44:49 -0500 |
commit | c659c65d02d4d92b614ccdf2e2a4a0dcf859a8cd (patch) | |
tree | 49f225d319b111f30f113c4cf7728565afa52132 /linden/indra/llmessage/llhttpclient.h | |
parent | Second Life viewer sources 1.13.2.15 (diff) | |
download | meta-impy-c659c65d02d4d92b614ccdf2e2a4a0dcf859a8cd.zip meta-impy-c659c65d02d4d92b614ccdf2e2a4a0dcf859a8cd.tar.gz meta-impy-c659c65d02d4d92b614ccdf2e2a4a0dcf859a8cd.tar.bz2 meta-impy-c659c65d02d4d92b614ccdf2e2a4a0dcf859a8cd.tar.xz |
Second Life viewer sources 1.13.3.2
Diffstat (limited to 'linden/indra/llmessage/llhttpclient.h')
-rw-r--r-- | linden/indra/llmessage/llhttpclient.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/linden/indra/llmessage/llhttpclient.h b/linden/indra/llmessage/llhttpclient.h index c6b68b2..d48d084 100644 --- a/linden/indra/llmessage/llhttpclient.h +++ b/linden/indra/llmessage/llhttpclient.h | |||
@@ -35,8 +35,10 @@ | |||
35 | #include <string> | 35 | #include <string> |
36 | 36 | ||
37 | #include <boost/intrusive_ptr.hpp> | 37 | #include <boost/intrusive_ptr.hpp> |
38 | #include "llassetstorage.h" | ||
39 | 38 | ||
39 | #include "llassettype.h" | ||
40 | |||
41 | class LLUUID; | ||
40 | class LLPumpIO; | 42 | class LLPumpIO; |
41 | class LLSD; | 43 | class LLSD; |
42 | 44 | ||