diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2024-09-23 17:02:12 -0400 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2024-09-23 17:02:12 -0400 |
commit | e290d14f65946600939321d2471ce9d4b2508e3e (patch) | |
tree | f3a73a9fed9d89d21cd4964457ae31a336110e5c /indra/llcommon/always_return.h | |
parent | 626920dda38a512b27c5e8fd79b0c9b09be01898 (diff) |
include <utility> for Linux: std::forward is not predefined
Diffstat (limited to 'indra/llcommon/always_return.h')
-rw-r--r-- | indra/llcommon/always_return.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llcommon/always_return.h b/indra/llcommon/always_return.h index b99eb49096..a56a8b443e 100644 --- a/indra/llcommon/always_return.h +++ b/indra/llcommon/always_return.h @@ -14,6 +14,7 @@ #define LL_ALWAYS_RETURN_H #include <type_traits> // std::enable_if, std::is_convertible +#include <utility> // std::forward namespace LL { |