From 9806cd7fd51851f49bd1075542bb12d9a998fde4 Mon Sep 17 00:00:00 2001 From: Artturin Date: Wed, 29 Jan 2025 03:47:42 +0200 Subject: [PATCH] Fix `error: 'numeric_limits' is not a member of 'std'` The build failed with that error in nix with gcc13 --- test/query_mappings.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/test/query_mappings.cpp b/test/query_mappings.cpp index 0721485..5d18b0c 100644 --- a/test/query_mappings.cpp +++ b/test/query_mappings.cpp @@ -17,6 +17,7 @@ #include #include #include +#include #include #include