Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[SMPI] Replay: Remove action_* functions
[simgrid.git] / src / surf / ns3 / ns3_simulator.cpp
index 8b43e80..1ced7bc 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2007-2017. The SimGrid Team. All rights reserved.          */
+/* Copyright (c) 2007-2018. 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. */
@@ -7,6 +7,9 @@
 #include "xbt/log.h"
 #include "xbt/sysdep.h"
 
+#include <ns3/ipv4-address-helper.h>
+#include <ns3/point-to-point-helper.h>
+
 #include <algorithm>
 
 std::map<std::string, SgFlow*> flowFromSock; // ns3::sock -> SgFlow