Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
fix NS3 builds
authorMartin Quinson <martin.quinson@loria.fr>
Tue, 20 Jun 2017 05:55:34 +0000 (07:55 +0200)
committerMartin Quinson <martin.quinson@loria.fr>
Tue, 20 Jun 2017 05:55:34 +0000 (07:55 +0200)
src/surf/ns3/ns3_simulator.cc

index 7335db9..7aa706d 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2007-2016. The SimGrid Team. All rights reserved.          */
+/* Copyright (c) 2007-2017. The SimGrid Team. All rights reserved.          */
 
 /* This program is free software; you can redistribute it and/or modify it
  * under the terms of the license (GNU LGPL) which comes with this package. */
@@ -8,6 +8,8 @@
 #include "xbt/log.h"
 #include "xbt/sysdep.h"
 
+#include <algorithm>
+
 xbt_dict_t flowFromSock = xbt_dict_new_homogeneous([](void *p) {
   delete (SgFlow*)p;
 }); // ns3::sock -> SgFlow