From 8feafd2ac5446d817aaa2f1be969fc55abd5ac96 Mon Sep 17 00:00:00 2001 From: GPUCode <47210458+GPUCode@users.noreply.github.com> Date: Wed, 20 Jul 2022 21:22:57 +0300 Subject: [PATCH] common: Include algorithm in log.h * Good job MSVC for giving the worst and most cryptic error message --- src/common/logging/log.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/common/logging/log.h b/src/common/logging/log.h index 8afdb6f2d..c1382e61b 100644 --- a/src/common/logging/log.h +++ b/src/common/logging/log.h @@ -4,6 +4,7 @@ #pragma once +#include #include #include #include