add missing include

This commit is contained in:
Chris
2024-08-06 14:02:33 +02:00
parent 9c8af0cc98
commit 70c9819422

View File

@@ -4,6 +4,7 @@
#include <vector> #include <vector>
#include <memory> #include <memory>
#include <algorithm> #include <algorithm>
#include <functional>
namespace trnr { namespace trnr {