X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/5ed37babb2fa9097abe82df299c0aa259ed84d5a..3f4f5e63dadc0023c0a02a08af8e9e9801b38e8e:/src/xbt/random_test.cpp diff --git a/src/xbt/random_test.cpp b/src/xbt/random_test.cpp index b43579f83c..e5f23befb4 100644 --- a/src/xbt/random_test.cpp +++ b/src/xbt/random_test.cpp @@ -3,11 +3,11 @@ /* 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/include/catch.hpp" +#include "src/3rd-party/catch.hpp" #include "xbt/log.h" #include "xbt/random.hpp" -#include #include +#include #define EpsilonApprox(a) Catch::Matchers::WithinAbs((a), 100 * std::numeric_limits::epsilon())