diff options
author | Erik Kundiman <erik@megapahit.org> | 2023-10-26 08:44:18 +0800 |
---|---|---|
committer | Erik Kundiman <erik@megapahit.org> | 2023-10-26 08:44:18 +0800 |
commit | a2456877583d66062c30a0906cacce941493abea (patch) | |
tree | dc53fb3225e2c1690051e36889f7fb02afbd632d /indra | |
parent | a687ab04ae1d06120cc463706cc3bba7cb6aceb3 (diff) |
Revert "Boost since 1.76 already internally includes v5"
This reverts commit 658ff1a0a14af93b96de22d3def56b93c0a5abd2.
Diffstat (limited to 'indra')
-rw-r--r-- | indra/newview/lllogchat.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/newview/lllogchat.cpp b/indra/newview/lllogchat.cpp index 1dd6ac9339..ba82ff0b0f 100644 --- a/indra/newview/lllogchat.cpp +++ b/indra/newview/lllogchat.cpp @@ -41,9 +41,7 @@ #include <boost/algorithm/string/trim.hpp> #include <boost/algorithm/string/replace.hpp> -#ifndef LL_USESYSTEMLIBS #include <boost/regex/v4/match_results.hpp> -#endif #include <boost/foreach.hpp> #if LL_MSVC |