From e9a8886e963255c209ec9b5d50e6c2e9a5386f3c Mon Sep 17 00:00:00 2001 From: Denis Landa Date: Sun, 8 Jun 2025 20:31:24 +0200 Subject: [PATCH] bos --- du8/world.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/du8/world.h b/du8/world.h index 62f20ff..ba31707 100644 --- a/du8/world.h +++ b/du8/world.h @@ -1,7 +1,7 @@ #ifndef _WORLD_H_ #define _WORLD_H_ -#include +#include "ncurses.h" /** * World represented as a rectangular matrix of colorful characters.