added missing include std::algorithm

This commit is contained in:
2026-03-07 10:56:41 +01:00
parent 617ca05b2d
commit 86c8a11074
+1
View File
@@ -5,6 +5,7 @@
#include "matador/rsql/logical_node.hpp" #include "matador/rsql/logical_node.hpp"
#include <map> #include <map>
#include <algorithm>
#include <stdexcept> #include <stdexcept>
namespace matador::rsql { namespace matador::rsql {