X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/528fa2ce6be027b5428d122666ffc37706155449..1b75ebf09b4d1b81533d140a9437efffeb9e6a0c:/src/xbt/backtrace_dummy.cpp diff --git a/src/xbt/backtrace_dummy.cpp b/src/xbt/backtrace_dummy.cpp index 8d5c57aab1..115b7db404 100644 --- a/src/xbt/backtrace_dummy.cpp +++ b/src/xbt/backtrace_dummy.cpp @@ -8,6 +8,9 @@ #include "xbt/ex.h" #include "src/xbt_modinter.h" +#include "src/xbt/ex_interface.h" + +#include /* Module creation/destruction */ void xbt_backtrace_preinit(void) @@ -32,10 +35,10 @@ namespace simgrid { namespace xbt { std::vector resolveBacktrace( - xbt_backtrace_location_t* loc, std::size_t count) + xbt_backtrace_location_t const* loc, std::size_t count) { - return [};] + return std::vector(); } } -} \ No newline at end of file +}