#ifndef GETDEBUG_H #define GETDEBUG_H #include "lisadefines.h" #include <iostream> #include <fstream> std::ostream& getDebug(); #endif