diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2024-02-08 11:28:25 -0500 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2024-02-08 11:28:25 -0500 |
commit | f0abd59ce4b1604e87497b65d74cdb4f2f11bf72 (patch) | |
tree | 5e7430dc140eb1eaf06459d0cc1b3d293dcbce67 | |
parent | 0c14c8a372a5d4639de3365f69e566962493fe78 (diff) |
Another missing #include.
-rw-r--r-- | indra/llcommon/llexception.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llcommon/llexception.h b/indra/llcommon/llexception.h index 375bea4a57..9e322db86d 100644 --- a/indra/llcommon/llexception.h +++ b/indra/llcommon/llexception.h @@ -12,6 +12,7 @@ #if ! defined(LL_LLEXCEPTION_H) #define LL_LLEXCEPTION_H +#include "stdtypes.h" #include <stdexcept> #include <boost/exception/exception.hpp> #include <boost/throw_exception.hpp> |