diff options
author | clyne <tullivan99@gmail.com> | 2018-05-09 10:15:05 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-09 10:15:05 -0400 |
commit | 309bdc3118d5c579afb18d79e03ac1e446ccb512 (patch) | |
tree | 5bfa64b9748dcbfbe805c71c31f9f9fd0a5b9f22 | |
parent | f4c47aa1845e996dea89ed17c2d71752df50ed50 (diff) |
-rw-r--r-- | entities.hpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/entities.hpp b/entities.hpp index 4291e3f..b7e5c0d 100644 --- a/entities.hpp +++ b/entities.hpp @@ -6,10 +6,11 @@ #define ENTITIES_HPP_ #include <algorithm> // std::find_if -#include <type_traits> // std::is_convertible -#include <vector> #include <forward_list> +#include <functional> #include <map> +#include <type_traits> // std::is_convertible +#include <vector> /** |