added <algorithm>

This commit is contained in:
Lauchmelder 2021-11-24 14:28:53 +01:00
parent f9dc28173e
commit 5d6ed9d504

View file

@ -1,5 +1,6 @@
#include <iostream>
#include <cmath>
#include <algorithm>
#include "runtime.hpp"
#include "exceptions.hpp"