Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
add sg_actor_parallel_execute and rename sg_actor_self_execute
[simgrid.git] / include / xbt / utility.hpp
index ea36639c679ace8dd8620d9a887ea360086b5ea5..c39cf85725c0de2ae7597b71d78db1e6a18ccd66 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2016-2019. The SimGrid Team.
+/* Copyright (c) 2016-2020. The SimGrid Team.
  * All rights reserved.                                                     */
 
 /* This program is free software; you can redistribute it and/or modify it
@@ -8,6 +8,7 @@
 #define XBT_UTILITY_HPP
 
 #include <tuple>
+#include <functional>
 
 namespace simgrid {
 namespace xbt {