summaryrefslogtreecommitdiff
path: root/indra/llcommon
diff options
context:
space:
mode:
authorAndrey Kleshchev <andreykproductengine@lindenlab.com>2023-01-31 18:48:16 +0200
committerAndrey Kleshchev <andreykproductengine@lindenlab.com>2023-01-31 19:17:34 +0200
commit851815442625f0378cb21ffdb8dd588122087e18 (patch)
tree08d3e3fbac05b1c7f05d707e21681653d15f993f /indra/llcommon
parent9438ef5f79fdac11080c3fa10c518e335fd7d8d6 (diff)
SL-19110 Fix xxhash build link and properly register contribution
Diffstat (limited to 'indra/llcommon')
-rw-r--r--indra/llcommon/hbxxh.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llcommon/hbxxh.cpp b/indra/llcommon/hbxxh.cpp
index e94581d415..a2c09ff929 100644
--- a/indra/llcommon/hbxxh.cpp
+++ b/indra/llcommon/hbxxh.cpp
@@ -34,7 +34,7 @@
// in your build, in which case the latter would be used instead. For ARM64
// builds, this would also automatically enable NEON vectorization.
#define XXH_INLINE_ALL
-#include "xxhash.h"
+#include "xxhash/xxhash.h"
#include "hbxxh.h"