diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2024-02-22 20:56:35 -0500 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2024-02-22 20:56:35 -0500 |
commit | 48b20d8a2a9354469ad05b83e8b129d44ac1fdc3 (patch) | |
tree | bfa57b76d222f25dd6f327bb1246a83c1a4207f9 /indra | |
parent | 85ef003ed7836cb351ee62ed44a4837a305e9dbd (diff) |
#include <iomanip> where std::quoted() is referenced.
Remove where it isn't.
Diffstat (limited to 'indra')
-rw-r--r-- | indra/llcommon/llevents.cpp | 1 | ||||
-rw-r--r-- | indra/llcommon/llleaplistener.cpp | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/indra/llcommon/llevents.cpp b/indra/llcommon/llevents.cpp index 1eeb18c40d..01bba7a620 100644 --- a/indra/llcommon/llevents.cpp +++ b/indra/llcommon/llevents.cpp @@ -43,6 +43,7 @@ #include <typeinfo> #include <cmath> #include <cctype> +#include <iomanip> // std::quoted // external library headers #include <boost/range/iterator_range.hpp> #if LL_WINDOWS diff --git a/indra/llcommon/llleaplistener.cpp b/indra/llcommon/llleaplistener.cpp index 3dec5e6215..55e4752c5d 100644 --- a/indra/llcommon/llleaplistener.cpp +++ b/indra/llcommon/llleaplistener.cpp @@ -16,7 +16,6 @@ // STL headers #include <algorithm> // std::find_if #include <functional> -#include <iomanip> // std::quoted #include <map> #include <set> // std headers |