From 4c3ffdfddaac35230b32302cf49c2077eea436df Mon Sep 17 00:00:00 2001 From: Bryan O'Sullivan Date: Tue, 7 Apr 2009 20:17:08 +0000 Subject: We must #include for memcmp to be found reliably. --- indra/test/lltut.h | 1 + 1 file changed, 1 insertion(+) (limited to 'indra/test') 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 +#include class LLDate; class LLSD; -- cgit v1.2.3