summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorBoroondas Gupte <hg@boroon.dasgupta.ch>2011-05-01 22:08:21 +0200
committerBoroondas Gupte <hg@boroon.dasgupta.ch>2011-05-01 22:08:21 +0200
commit4ea383b7a42d4f533c28ba715c77a4b1af6402e7 (patch)
tree32f722369f7cd73794f79ff7418292a79e162570 /indra
parent8fae347ba9d03faf8cca3d76b23a0985d85cccb3 (diff)
VWR-25654 FOLLOWUP Files that use curl functions should include <curl/curl.h>
directly, even if it already gets already included indirectly.
Diffstat (limited to 'indra')
-rw-r--r--indra/newview/lltranslate.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/lltranslate.cpp b/indra/newview/lltranslate.cpp
index 93a222d82a..3ef78e679b 100644
--- a/indra/newview/lltranslate.cpp
+++ b/indra/newview/lltranslate.cpp
@@ -34,6 +34,8 @@
#include "lltranslate.h"
+#include <curl/curl.h>
+
#include "llbufferstream.h"
#include "llui.h"
#include "llversionviewer.h"