From 0bc4c23d1c8be0ead26a2ff6f8b01db61fa363f2 Mon Sep 17 00:00:00 2001 From: Ocheretovich Date: Wed, 18 Mar 2026 18:46:17 +0200 Subject: [PATCH] fix: add missing include for std::is_same --- src/common/sfinae_helpers.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/common/sfinae_helpers.h b/src/common/sfinae_helpers.h index 260c56cb0..89fba1248 100644 --- a/src/common/sfinae_helpers.h +++ b/src/common/sfinae_helpers.h @@ -29,6 +29,7 @@ #pragma once #include +#include // the loose definitions of types in this file are, well, loose. //