From e2eef85656df1621799b27fecafc40a03be59bdf Mon Sep 17 00:00:00 2001 From: Kelly Kinkade Date: Sat, 15 Nov 2025 19:35:40 -0600 Subject: [PATCH] add missing namespace --- .../include/df/custom/hash/labor_kitchen_interface_food_key.h | 2 +- .../df/custom/labor_kitchen_interface_food_key.methods.inc | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/library/include/df/custom/hash/labor_kitchen_interface_food_key.h b/library/include/df/custom/hash/labor_kitchen_interface_food_key.h index 3ca9676725..4880f385fb 100644 --- a/library/include/df/custom/hash/labor_kitchen_interface_food_key.h +++ b/library/include/df/custom/hash/labor_kitchen_interface_food_key.h @@ -1,5 +1,5 @@ template<> -struct std::hash { +struct std::hash<> { auto operator()(const labor_kitchen_interface_food_key &a) const -> size_t { struct thing { int16_t t; diff --git a/library/include/df/custom/labor_kitchen_interface_food_key.methods.inc b/library/include/df/custom/labor_kitchen_interface_food_key.methods.inc index 59796a69ba..a1de2fec13 100644 --- a/library/include/df/custom/labor_kitchen_interface_food_key.methods.inc +++ b/library/include/df/custom/labor_kitchen_interface_food_key.methods.inc @@ -1,4 +1,4 @@ - bool operator<(const labor_kitchen_interface_food_key &b) const { + bool operator<(const df::labor_kitchen_interface_food_key &b) const { if (type