summaryrefslogtreecommitdiffstats
path: root/src/video_core/shader/decode/arithmetic_half.cpp
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2019-05-22 23:17:19 +0200
committerRodrigo Locatti <reinuseslisp@airmail.cc>2019-05-23 07:55:52 +0200
commit87b4c1ac5e89f4250c83d515250dce46b545ad08 (patch)
treeca82767c0af242f327204d5e5b636177467ce6aa /src/video_core/shader/decode/arithmetic_half.cpp
parentshader/decode/memory: Remove left in debug pragma (diff)
downloadyuzu-87b4c1ac5e89f4250c83d515250dce46b545ad08.tar
yuzu-87b4c1ac5e89f4250c83d515250dce46b545ad08.tar.gz
yuzu-87b4c1ac5e89f4250c83d515250dce46b545ad08.tar.bz2
yuzu-87b4c1ac5e89f4250c83d515250dce46b545ad08.tar.lz
yuzu-87b4c1ac5e89f4250c83d515250dce46b545ad08.tar.xz
yuzu-87b4c1ac5e89f4250c83d515250dce46b545ad08.tar.zst
yuzu-87b4c1ac5e89f4250c83d515250dce46b545ad08.zip
Diffstat (limited to 'src/video_core/shader/decode/arithmetic_half.cpp')
-rw-r--r--src/video_core/shader/decode/arithmetic_half.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/video_core/shader/decode/arithmetic_half.cpp b/src/video_core/shader/decode/arithmetic_half.cpp
index 2098c1170..3a29c4a46 100644
--- a/src/video_core/shader/decode/arithmetic_half.cpp
+++ b/src/video_core/shader/decode/arithmetic_half.cpp
@@ -4,6 +4,7 @@
#include "common/assert.h"
#include "common/common_types.h"
+#include "common/logging/log.h"
#include "video_core/engines/shader_bytecode.h"
#include "video_core/shader/shader_ir.h"