Browse Source

*: add a couple of <functional> because of equal_to

Michele Caini 3 years ago
parent
commit
6ee64d1dc2
2 changed files with 2 additions and 0 deletions
  1. 1 0
      src/entt/graph/flow.hpp
  2. 1 0
      src/entt/signal/dispatcher.hpp

+ 1 - 0
src/entt/graph/flow.hpp

@@ -3,6 +3,7 @@
 
 #include <algorithm>
 #include <cstddef>
+#include <functional>
 #include <iterator>
 #include <memory>
 #include <type_traits>

+ 1 - 0
src/entt/signal/dispatcher.hpp

@@ -2,6 +2,7 @@
 #define ENTT_SIGNAL_DISPATCHER_HPP
 
 #include <cstddef>
+#include <functional>
 #include <memory>
 #include <type_traits>
 #include <utility>