#include "ErrorSimulator.hpp" #ifdef ERROR_SIMULATOR bool Core::Fail::realloc = false; bool Core::Fail::fileClose = false; bool Core::Fail::timeGet = false; int Core::Fail::leftAllocations = -1; #endif