added missing include std::algorithm
This commit is contained in:
parent
617ca05b2d
commit
86c8a11074
|
|
@ -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 {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue