From 4c3ffdfddaac35230b32302cf49c2077eea436df Mon Sep 17 00:00:00 2001 From: Bryan O'Sullivan <bos@lindenlab.com> Date: Tue, 7 Apr 2009 20:17:08 +0000 Subject: [PATCH] We must #include <cstring> for memcmp to be found reliably. --- indra/test/lltut.h | 1 + 1 file changed, 1 insertion(+) diff --git a/indra/test/lltut.h b/indra/test/lltut.h index 3a0cc042815..47ea9d3f9e2 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; -- GitLab