common: Include algorithm in log.h

* Good job MSVC for giving the worst and most cryptic error message
This commit is contained in:
GPUCode
2022-07-20 21:22:57 +03:00
committed by GitHub
parent 94696de2b2
commit 8feafd2ac5

View File

@ -4,6 +4,7 @@
#pragma once
#include <algorithm>
#include <array>
#include <type_traits>
#include <fmt/format.h>