Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Missing include.
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Mon, 13 Nov 2017 21:06:29 +0000 (22:06 +0100)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Mon, 13 Nov 2017 21:06:29 +0000 (22:06 +0100)
include/xbt/algorithm.hpp

index 1a91452..20e148e 100644 (file)
@@ -6,6 +6,8 @@
 #ifndef XBT_ALGORITHM_HPP
 #define XBT_ALGORITHM_HPP
 
+#include <utility>
+
 namespace simgrid {
 namespace xbt {