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