diff options
author | Andrey Lihatskiy <alihatskiy@productengine.com> | 2024-08-20 06:30:12 +0300 |
---|---|---|
committer | Andrey Lihatskiy <alihatskiy@productengine.com> | 2024-08-20 06:30:12 +0300 |
commit | c4e1b801b639c5408ec6e6aae615a4bf1e673efe (patch) | |
tree | 91dec009c5581dd3115027a5e58a38486927e698 /indra/llcommon/llexception.cpp | |
parent | 3a4720d1f523ca8ebee0d963604c236c08980eae (diff) |
Post-merge build fix (#2059)
Diffstat (limited to 'indra/llcommon/llexception.cpp')
-rw-r--r-- | indra/llcommon/llexception.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/indra/llcommon/llexception.cpp b/indra/llcommon/llexception.cpp index 107fdc2b2d..0a2f2ab607 100644 --- a/indra/llcommon/llexception.cpp +++ b/indra/llcommon/llexception.cpp @@ -18,9 +18,6 @@ #include <iomanip> #include <sstream> #include <typeinfo> -#if LL_WINDOWS -#include <excpt.h> -#endif // LL_WINDOWS // external library headers #include <boost/exception/diagnostic_information.hpp> #include <boost/exception/error_info.hpp> |