diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2023-02-15 23:42:58 +0200 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2023-02-15 23:42:58 +0200 |
commit | e2496eff18315a82a82e50784c5959dfb038d02f (patch) | |
tree | 772198399cc2992d0350a47e8f4e4d62c80bcc0f /indra/llcommon/lluuid.h | |
parent | 23a3da37a91ea80311b5820c48a12d56b989f69d (diff) |
SL-19159 Build fixes
Diffstat (limited to 'indra/llcommon/lluuid.h')
-rw-r--r-- | indra/llcommon/lluuid.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/llcommon/lluuid.h b/indra/llcommon/lluuid.h index 2c36a1d222..cc36797bc1 100644 --- a/indra/llcommon/lluuid.h +++ b/indra/llcommon/lluuid.h @@ -190,3 +190,5 @@ inline size_t hash_value(const LLUUID& id) noexcept { return (size_t)id.getDigest64(); } + +#endif |