summaryrefslogtreecommitdiffstats
path: root/src/common/logging/log.h
diff options
context:
space:
mode:
authorameerj <52414509+ameerj@users.noreply.github.com>2021-09-30 22:11:47 +0200
committerameerj <52414509+ameerj@users.noreply.github.com>2021-10-02 02:48:49 +0200
commit5daf3abe65bb168e4274049c26e7f309b8f10e82 (patch)
treef62a59154b2ab0460e83f1bbfb02f93a3364ec3f /src/common/logging/log.h
parentMerge pull request #7061 from ameerj/dma-buffer-misc (diff)
downloadyuzu-5daf3abe65bb168e4274049c26e7f309b8f10e82.tar
yuzu-5daf3abe65bb168e4274049c26e7f309b8f10e82.tar.gz
yuzu-5daf3abe65bb168e4274049c26e7f309b8f10e82.tar.bz2
yuzu-5daf3abe65bb168e4274049c26e7f309b8f10e82.tar.lz
yuzu-5daf3abe65bb168e4274049c26e7f309b8f10e82.tar.xz
yuzu-5daf3abe65bb168e4274049c26e7f309b8f10e82.tar.zst
yuzu-5daf3abe65bb168e4274049c26e7f309b8f10e82.zip
Diffstat (limited to '')
-rw-r--r--src/common/logging/log.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/common/logging/log.h b/src/common/logging/log.h
index 8d43eddc7..34fd2c30b 100644
--- a/src/common/logging/log.h
+++ b/src/common/logging/log.h
@@ -4,7 +4,11 @@
#pragma once
+#include <algorithm>
+#include <string_view>
+
#include <fmt/format.h>
+
#include "common/logging/types.h"
namespace Common::Log {