From 060852764e9c449425e135b21ada04c902475cd7 Mon Sep 17 00:00:00 2001 From: Spiros Maggioros Date: Sun, 7 Jul 2024 02:58:38 +0300 Subject: [PATCH] Fixed include error in min_heap header --- src/classes/heap/min_heap.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/classes/heap/min_heap.h b/src/classes/heap/min_heap.h index 0e85c59f..c5e6636b 100644 --- a/src/classes/heap/min_heap.h +++ b/src/classes/heap/min_heap.h @@ -5,6 +5,7 @@ #include #include #include +#include #endif // This is needed to avoid conflict with windows __min macro