summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan O'Sullivan <bos@lindenlab.com>2009-04-07 20:17:08 +0000
committerBryan O'Sullivan <bos@lindenlab.com>2009-04-07 20:17:08 +0000
commit4c3ffdfddaac35230b32302cf49c2077eea436df (patch)
treecbc81fb8c6b6a7f17a32824096a1ce6856b3f1b6
parent3d4e04b5569952629f68c52c9309b5364e16136c (diff)
We must #include <cstring> for memcmp to be found reliably.
-rw-r--r--indra/test/lltut.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/test/lltut.h b/indra/test/lltut.h
index 3a0cc04281..47ea9d3f9e 100644
--- a/indra/test/lltut.h
+++ b/indra/test/lltut.h
@@ -38,6 +38,7 @@
#include "is_approx_equal_fraction.h" // instead of llmath.h
#include <tut/tut.hpp>
+#include <cstring>
class LLDate;
class LLSD;