diff options
author | Bryan O'Sullivan <bos@lindenlab.com> | 2009-04-07 20:17:08 +0000 |
---|---|---|
committer | Bryan O'Sullivan <bos@lindenlab.com> | 2009-04-07 20:17:08 +0000 |
commit | 4c3ffdfddaac35230b32302cf49c2077eea436df (patch) | |
tree | cbc81fb8c6b6a7f17a32824096a1ce6856b3f1b6 /indra/test | |
parent | 3d4e04b5569952629f68c52c9309b5364e16136c (diff) |
We must #include <cstring> for memcmp to be found reliably.
Diffstat (limited to 'indra/test')
-rw-r--r-- | indra/test/lltut.h | 1 |
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; |