Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
The header <typeinfo> must be included before using typeid.
[simgrid.git] / src / kernel / context / ContextThread.cpp
index ee7ba98..2a3b815 100644 (file)
@@ -13,6 +13,7 @@
 
 #include <boost/core/demangle.hpp>
 #include <functional>
+#include <typeinfo>
 #include <utility>
 
 XBT_LOG_EXTERNAL_DEFAULT_CATEGORY(simix_context);