From 039d96a954fcf93d96de52d3ff3066d84c48fd1e Mon Sep 17 00:00:00 2001 From: Nicky Date: Fri, 17 Jul 2020 20:25:00 +0200 Subject: [PATCH] include as it is needed for strcmp. --- indra/llcommon/llstl.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/indra/llcommon/llstl.h b/indra/llcommon/llstl.h index b024b47225..81adb1718c 100644 --- a/indra/llcommon/llstl.h +++ b/indra/llcommon/llstl.h @@ -36,6 +36,8 @@ #include #include +#include // For strcmp + // Use to compare the first element only of a pair // e.g. typedef std::set, compare_pair > some_pair_set_t; template