summaryrefslogtreecommitdiff
path: root/src/shader_recompiler
diff options
context:
space:
mode:
authorGravatar ameerj2022-03-19 01:50:03 -0400
committerGravatar ameerj2022-03-20 02:25:09 -0400
commit866b7c20a8958069a048ffa600155ec3cbd2e5f2 (patch)
tree54191364052f7adc86f4f94afcb45b68186edda2 /src/shader_recompiler
parentyuzu_cmd: Reduce unused includes (diff)
downloadyuzu-866b7c20a8958069a048ffa600155ec3cbd2e5f2.tar.gz
yuzu-866b7c20a8958069a048ffa600155ec3cbd2e5f2.tar.xz
yuzu-866b7c20a8958069a048ffa600155ec3cbd2e5f2.zip
general: Fix clang/gcc build errors
Diffstat (limited to '')
-rw-r--r--src/shader_recompiler/frontend/ir/opcodes.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/shader_recompiler/frontend/ir/opcodes.h b/src/shader_recompiler/frontend/ir/opcodes.h
index 9de65c8b2..85f7aac02 100644
--- a/src/shader_recompiler/frontend/ir/opcodes.h
+++ b/src/shader_recompiler/frontend/ir/opcodes.h
@@ -4,6 +4,7 @@
4 4
5#pragma once 5#pragma once
6 6
7#include <algorithm>
7#include <array> 8#include <array>
8 9
9#include <fmt/format.h> 10#include <fmt/format.h>