From 76ea84b0be8ad6c4f03948b0b02907d4058c90d0 Mon Sep 17 00:00:00 2001 From: "Emilia(SleepeeSoftware)" Date: Wed, 4 Mar 2026 04:17:28 +0100 Subject: [PATCH] added header for list.h --- .gitignore | 8 ++++---- source/list.h | 3 +++ 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index ff9ec9f..0409b49 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ -./build -./obj -*.exe -*.out +./build +./obj +*.exe +*.out diff --git a/source/list.h b/source/list.h index a45a824..db2c70c 100644 --- a/source/list.h +++ b/source/list.h @@ -1,6 +1,9 @@ #ifndef LIST_H # define LIST_H +#include +#include +#include #include #include #include