From 076e104b8672924c3d80cd1da2fdb5ebee1766ac Mon Sep 17 00:00:00 2001 From: Douglas Rumbaugh Date: Thu, 24 Aug 2023 17:00:31 -0400 Subject: Migrated over to using psudb-common utilities/headers --- include/framework/RecordInterface.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'include/framework/RecordInterface.h') diff --git a/include/framework/RecordInterface.h b/include/framework/RecordInterface.h index f0d9f5c..f78918c 100644 --- a/include/framework/RecordInterface.h +++ b/include/framework/RecordInterface.h @@ -13,8 +13,7 @@ #include #include -#include "util/base.h" -#include "util/hash.h" +#include "psu-util/hash.h" namespace de { @@ -208,7 +207,7 @@ struct EuclidPoint{ template struct RecordHash { size_t operator()(R const &rec) const { - return hash_bytes((char *) &rec, sizeof(R)); + return psudb::hash_bytes((char *) &rec, sizeof(R)); } }; -- cgit v1.2.3