X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/1bfdc9a38c22af6a9becf133be154a2fa2bc6589..25ee047e0a0b58a70da18a42c0b1a5c2799b2573:/include/smpi/mpi.h diff --git a/include/smpi/mpi.h b/include/smpi/mpi.h index 482fa7eba8..5ddbfa331f 100644 --- a/include/smpi/mpi.h +++ b/include/smpi/mpi.h @@ -17,11 +17,16 @@ #include #include +#include /* Load it before the define next line to not mess with the system headers */ #define gettimeofday(x, y) smpi_gettimeofday(x, NULL) -#ifdef HAVE_MC +#if HAVE_MC #undef assert #define assert(x) MC_assert(x) #endif +#if TRACE_CALL_LOCATION +#include +#endif + #endif