From 6f2430b20c79e3fd8be47f62bc34362319ba6b6d Mon Sep 17 00:00:00 2001 From: Jean Pierre Cimalando Date: Mon, 5 Apr 2021 18:12:00 +0200 Subject: [PATCH] Add absl::wyhash --- common.mk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/common.mk b/common.mk index 71e70335..72228725 100644 --- a/common.mk +++ b/common.mk @@ -300,6 +300,9 @@ SFIZZ_SOURCES += \ # absl::city SFIZZ_SOURCES += \ external/abseil-cpp/absl/hash/internal/city.cc +# absl::wyhash +SFIZZ_SOURCES += \ + external/abseil-cpp/absl/hash/internal/wyhash.cc # absl::int128 SFIZZ_SOURCES += \ external/abseil-cpp/absl/numeric/int128.cc