diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2023-02-15 17:29:13 -0500 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2023-02-15 17:29:13 -0500 |
commit | 224667e1cc53d8b22e4b6107c3b0b274127941a7 (patch) | |
tree | f97a250df10acd7314a29f1b92f56e0ce847c4e1 /indra/llcommon | |
parent | aec39a0f9f7f16a7970e96bad552ca684af57e3f (diff) | |
parent | 152f32918d15e9343658b728adaf1d5c8c3c3e10 (diff) |
SL-18330: Merge branch 'contribute' into sl-18330-merge
Diffstat (limited to 'indra/llcommon')
-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..0d4896ee97 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 // LL_LLUUID_H |