From eae114cf6dc70be65af8a749fcfb64c626dc0013 Mon Sep 17 00:00:00 2001 From: Martin Pulec Date: Thu, 13 Oct 2022 10:34:41 +0200 Subject: [PATCH] color_out.cpp: missing include --- src/utils/color_out.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/utils/color_out.cpp b/src/utils/color_out.cpp index 1a2f3a96a..01a782460 100644 --- a/src/utils/color_out.cpp +++ b/src/utils/color_out.cpp @@ -45,6 +45,7 @@ #include #include +#include #include "debug.h" #include "host.h"