From e3d61c92368189c34a406070c97a62ef0958a9f9 Mon Sep 17 00:00:00 2001 From: Boroondas Gupte Date: Mon, 25 Oct 2010 11:36:07 +0200 Subject: CTS-320 (part 1 of 3) use system zlib for standalone --- indra/llmath/llvolume.cpp | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'indra') diff --git a/indra/llmath/llvolume.cpp b/indra/llmath/llvolume.cpp index afa82ed399..3c1dd11842 100644 --- a/indra/llmath/llvolume.cpp +++ b/indra/llmath/llvolume.cpp @@ -47,7 +47,12 @@ #include "llvolume.h" #include "llstl.h" #include "llsdserialize.h" -#include "zlib/zlib.h" + +#ifdef LL_STANDALONE +# include +#else +# include "zlib/zlib.h" +#endif #define DEBUG_SILHOUETTE_BINORMALS 0 -- cgit v1.2.3