#ifndef _DEBUG_H_ #define _DEBUG_H_ #ifdef DEBUG #include using std::cerr; using std::endl; #endif #endif