From 8d165ccf784dd7a3afe35b68339f2b536591362c Mon Sep 17 00:00:00 2001 From: Kirill Petrashin Date: Sat, 14 Mar 2026 20:29:41 +0300 Subject: Draft the priority queue --- structs.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'structs.h') diff --git a/structs.h b/structs.h index a82975d..5221829 100644 --- a/structs.h +++ b/structs.h @@ -1,6 +1,8 @@ #ifndef STRUCTS_H_ #define STRUCTS_H_ +#include + struct Position_s { size_t x; size_t y; -- cgit v1.2.3