#ifndef debug_hh_INCLUDED #define debug_hh_INCLUDED #include namespace Kakoune { void write_debug(const std::string& str); } #endif // debug_hh_INCLUDED