diff options
-rw-r--r-- | lib/collection.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/collection.hpp b/lib/collection.hpp index 6e05824..4a54124 100644 --- a/lib/collection.hpp +++ b/lib/collection.hpp @@ -1,8 +1,10 @@ #pragma once #include <algorithm> +#include <functional> #include <memory> #include <type_traits> +#include <vector> template<typename Object, bool shared = true> class Collection { public: |