From 93775afe742afe24d4e7e1726d6f26a39346efa5 Mon Sep 17 00:00:00 2001 From: Wroclaw Date: Wed, 25 May 2022 22:47:17 +0200 Subject: [PATCH] inlcude missing in debug.cpp --- src/debug.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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) {