summaryrefslogtreecommitdiff
path: root/indra/llcorehttp/httpheaders.h
diff options
context:
space:
mode:
authorRider Linden <none@none>2015-03-23 14:22:07 -0700
committerRider Linden <none@none>2015-03-23 14:22:07 -0700
commit90ae8b84c6bf515486ec94038abc598520e2320f (patch)
tree550ff2b9d86dd74cc74b4f2105bbc115bb9897e9 /indra/llcorehttp/httpheaders.h
parent379c49fc898961b52f98855c926e958df14e98c3 (diff)
Fix headers for gcc build
Diffstat (limited to 'indra/llcorehttp/httpheaders.h')
-rwxr-xr-xindra/llcorehttp/httpheaders.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llcorehttp/httpheaders.h b/indra/llcorehttp/httpheaders.h
index 41832c4931..940f92183c 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"