diff --git a/autobuild.xml b/autobuild.xml
index 8e83419a9a..d4d5e08bcb 100644
--- a/autobuild.xml
+++ b/autobuild.xml
@@ -2835,9 +2835,9 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors
archive
name
common
diff --git a/doc/contributions.txt b/doc/contributions.txt
index e0c6e9cf7e..c6c7ea8f53 100755
--- a/doc/contributions.txt
+++ b/doc/contributions.txt
@@ -585,6 +585,7 @@ Henri Beauchamp
VWR-1406
VWR-4157
SL-15175
+ SL-19110
herina Bode
Hikkoshi Sakai
VWR-429
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"