From 7e5c86ba413d2841f0af204478c8e02fd9aac6cd Mon Sep 17 00:00:00 2001 From: sp Date: Tue, 9 Jan 2024 11:38:55 +0100 Subject: [PATCH] include algorithm in cell.cpp --- util/cell.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/util/cell.cpp b/util/cell.cpp index c6a72a1..c4812f9 100644 --- a/util/cell.cpp +++ b/util/cell.cpp @@ -1,6 +1,7 @@ #include "cell.h" #include +#include std::ostream &operator<<(std::ostream &os, const cell &c) { os << static_cast(c.type) << static_cast(c.color);