Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add #includes in cpu_interface.hpp
authorGabriel Corona <gabriel.corona@loria.fr>
Mon, 25 Apr 2016 12:50:46 +0000 (14:50 +0200)
committerGabriel Corona <gabriel.corona@loria.fr>
Mon, 25 Apr 2016 12:50:46 +0000 (14:50 +0200)
src/surf/cpu_interface.hpp

index 82763d4..bd42a47 100644 (file)
@@ -4,8 +4,19 @@
 /* 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 <list>
+
+#include <xbt/base.h>
+#include <xbt/dynar.h>
+#include <xbt/signal.hpp>
+
+#include <simgrid/forward.h>
+#include <simgrid/s4u/host.hpp>
+
+#include "surf/datatypes.h"
 #include "surf_interface.hpp"
 #include "maxmin_private.hpp"
+#include "trace_mgr.hpp"
 
 #ifndef SURF_CPU_INTERFACE_HPP_
 #define SURF_CPU_INTERFACE_HPP_