diff --git a/src/debug.cpp b/src/debug.cpp index ec56767..c0a2b9e 100644 --- a/src/debug.cpp +++ b/src/debug.cpp @@ -2,11 +2,12 @@ #ifndef __DEBUG_CPP #define __DEBUG_CPP +#include "cursor.cpp" + /** * @brief Prints value of pressed key in top left corner. * Additionally it can get offet to see more presses. * - * @param _flags keypress flags. * @param _key char that we got. */ void debugKey(cursor::key _key) {