X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/931c72e9293d64a1797a6187dd0e744408c23d59..1ca34b76da924ef9743ce07316d18e69ba45374f:/src/xbt/ex.cpp diff --git a/src/xbt/ex.cpp b/src/xbt/ex.cpp index 2ba06986dd..0c11397a21 100644 --- a/src/xbt/ex.cpp +++ b/src/xbt/ex.cpp @@ -48,6 +48,7 @@ #include #include "src/internal_config.h" /* execinfo when available */ #include "xbt/ex.h" +#include #include "xbt/log.h" #include "xbt/log.hpp" #include "xbt/backtrace.h" @@ -146,6 +147,7 @@ const char *xbt_ex_catname(xbt_errcat_t cat) #ifdef SIMGRID_TEST #include #include "xbt/ex.h" +#include XBT_TEST_SUITE("xbt_ex", "Exception Handling");