Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
rename a C++-only header with the '.hpp' suffix
[simgrid.git] / examples / s4u / basic / s4u_basic.cpp
index 7ee0a43..e5a0e21 100644 (file)
@@ -4,8 +4,7 @@
  * under the terms of the license (GNU LGPL) which comes with this package. */
 
 #include <xbt/sysdep.h>
-
-#include <simgrid/s4u.h>
+#include <simgrid/s4u.hpp>
 
 #include "s4u_basic.h"