Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Avoid (conditionnaly) including C++ headers files in C headers
[simgrid.git] / src / surf / AsVivaldi.cpp
index f9d772a..9a3bf1a 100644 (file)
@@ -3,6 +3,10 @@
 /* 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. */
 
+#include <xbt/dynar.h>
+
+#include <simgrid/s4u/host.hpp>
+
 #include "src/surf/AsVivaldi.hpp"
 #include "src/surf/network_interface.hpp"