diff options
| author | Boroondas Gupte <hg@boroon.dasgupta.ch> | 2011-05-01 22:08:21 +0200 | 
|---|---|---|
| committer | Boroondas Gupte <hg@boroon.dasgupta.ch> | 2011-05-01 22:08:21 +0200 | 
| commit | 4ea383b7a42d4f533c28ba715c77a4b1af6402e7 (patch) | |
| tree | 32f722369f7cd73794f79ff7418292a79e162570 | |
| parent | 8fae347ba9d03faf8cca3d76b23a0985d85cccb3 (diff) | |
VWR-25654 FOLLOWUP Files that use curl functions should include <curl/curl.h>
directly, even if it already gets already included indirectly.
| -rw-r--r-- | indra/newview/lltranslate.cpp | 2 | 
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" | 
