From 383e250fa6484a160bc733cca981fc4cffc8de88 Mon Sep 17 00:00:00 2001 From: Nicky Dasmijn Date: Sat, 18 Jul 2020 10:27:54 +0200 Subject: Linux needs strcmp , include so we get access to that function. --- indra/llcommon/llstl.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/indra/llcommon/llstl.h b/indra/llcommon/llstl.h index b024b47225..a90c2c7e08 100644 --- a/indra/llcommon/llstl.h +++ b/indra/llcommon/llstl.h @@ -36,6 +36,10 @@ #include #include +#ifdef LL_LINUX +// For strcmp +#include +#endif // Use to compare the first element only of a pair // e.g. typedef std::set, compare_pair > some_pair_set_t; template -- cgit v1.2.3