summaryrefslogtreecommitdiffstats
path: root/src/video_core/shader/decode/arithmetic.cpp
diff options
context:
space:
mode:
authorZach Hilman <DarkLordZach@users.noreply.github.com>2019-06-07 00:25:24 +0200
committerGitHub <noreply@github.com>2019-06-07 00:25:24 +0200
commit04ac7a637abbb23fdc9ff316fd6c2a8197c68363 (patch)
treed7c67f011895d3c91a803bed15389b5853bae3b1 /src/video_core/shader/decode/arithmetic.cpp
parentMerge pull request #2549 from lioncash/header (diff)
parentshader: Use shared_ptr to store nodes and move initialization to file (diff)
downloadyuzu-04ac7a637abbb23fdc9ff316fd6c2a8197c68363.tar
yuzu-04ac7a637abbb23fdc9ff316fd6c2a8197c68363.tar.gz
yuzu-04ac7a637abbb23fdc9ff316fd6c2a8197c68363.tar.bz2
yuzu-04ac7a637abbb23fdc9ff316fd6c2a8197c68363.tar.lz
yuzu-04ac7a637abbb23fdc9ff316fd6c2a8197c68363.tar.xz
yuzu-04ac7a637abbb23fdc9ff316fd6c2a8197c68363.tar.zst
yuzu-04ac7a637abbb23fdc9ff316fd6c2a8197c68363.zip
Diffstat (limited to 'src/video_core/shader/decode/arithmetic.cpp')
-rw-r--r--src/video_core/shader/decode/arithmetic.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/video_core/shader/decode/arithmetic.cpp b/src/video_core/shader/decode/arithmetic.cpp
index b4859bc1e..87d8fecaa 100644
--- a/src/video_core/shader/decode/arithmetic.cpp
+++ b/src/video_core/shader/decode/arithmetic.cpp
@@ -6,6 +6,7 @@
#include "common/common_types.h"
#include "common/logging/log.h"
#include "video_core/engines/shader_bytecode.h"
+#include "video_core/shader/node_helper.h"
#include "video_core/shader/shader_ir.h"
namespace VideoCommon::Shader {