Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
adding option for sleep set
[simgrid.git] / src / mc / transition / TransitionComm.cpp
index a25b10aa6823f4218a7b997e414ff91313b62bee..dd0cb88666c867e9c37f85dfd472c0c3fc74b44c 100644 (file)
@@ -1,11 +1,12 @@
-/* Copyright (c) 2015-2022. The SimGrid Team. All rights reserved.          */
+/* Copyright (c) 2015-2023. 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. */
 
 #include "src/mc/transition/TransitionComm.hpp"
+#include "simgrid/config.h"
 #include "xbt/asserts.h"
-#include <simgrid/config.h>
+#include "xbt/string.hpp"
 #if SIMGRID_HAVE_MC
 #include "src/mc/ModelChecker.hpp"
 #include "src/mc/api/RemoteApp.hpp"