#ifdef STATISTICS #include "Behavioural/include/Stat.h" namespace morpheo { namespace behavioural { void Stat::add_stat (Stat * stat) { stat->_generate_file = false; _list_stat->push_back(stat); } }; }; #endif