Add missing <algorithm> include

This commit is contained in:
Christian Mazakas
2023-08-31 14:39:12 -07:00
parent 3e05333b63
commit 854308c9cc

View File

@@ -16,6 +16,7 @@
#include "../helpers/list.hpp" #include "../helpers/list.hpp"
#include "../helpers/invariants.hpp" #include "../helpers/invariants.hpp"
#include "../helpers/helpers.hpp" #include "../helpers/helpers.hpp"
#include <algorithm>
#include <set> #include <set>
#include <iterator> #include <iterator>
#include "../objects/test.hpp" #include "../objects/test.hpp"