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

Public GIT Repository
Fix MC+clang builds
[simgrid.git] / src / kernel / lmm / bmf.cpp
index c7de003b3d14823da33b1288fd55b08bcf0a0dc9..a754fd5dec15b1e9cabfb884ed4796e1d038d0a7 100644 (file)
@@ -4,7 +4,7 @@
  * under the terms of the license (GNU LGPL) which comes with this package. */
 
 #include "src/kernel/lmm/bmf.hpp"
-#include "simgrid/math_utils.h"
+#include "src/simgrid/math_utils.h"
 
 #include <Eigen/LU>
 #include <iostream>