Add #include <algorithm> to fix building with gcc 14
@@ -12,6 +12,7 @@
#include "transport.hpp"
#include "utils.hpp"
+#include <algorithm>
#include <iostream>
#include <random>
#include <sstream>