]> AND Public Git Repository - simgrid.git/blobdiff - src/simix/popping.cpp
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Dockerfile: fix a syntax error
[simgrid.git] / src / simix / popping.cpp
index f51d40dabc6309f0692e3ea70a188932a5508938..e356ea27e4d11606a545d288381948498ae516ed 100644 (file)
@@ -3,7 +3,8 @@
 /* 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 "smx_private.hpp"
+#include "src/simix/popping_private.hpp"
+#include "xbt/log.h"
 
 XBT_LOG_NEW_DEFAULT_SUBCATEGORY(simix_popping, simix,
                                 "Popping part of SIMIX (transmuting from user request into kernel handlers)");