summaryrefslogtreecommitdiffstats
path: root/src/video_core/shader/expr.h
diff options
context:
space:
mode:
authorFernando Sahmkow <fsahmkow27@gmail.com>2019-09-21 19:07:02 +0200
committerFernandoS27 <fsahmkow27@gmail.com>2019-10-05 00:52:53 +0200
commitb3c46d694846c8ea4fbdcfccda8a41a9f88622f9 (patch)
treeadc31c59c53a43539ce33fb75c5b8dd00736861b /src/video_core/shader/expr.h
parentvk_shader_compiler: Correct SPIR-V AST Decompiling (diff)
downloadyuzu-b3c46d694846c8ea4fbdcfccda8a41a9f88622f9.tar
yuzu-b3c46d694846c8ea4fbdcfccda8a41a9f88622f9.tar.gz
yuzu-b3c46d694846c8ea4fbdcfccda8a41a9f88622f9.tar.bz2
yuzu-b3c46d694846c8ea4fbdcfccda8a41a9f88622f9.tar.lz
yuzu-b3c46d694846c8ea4fbdcfccda8a41a9f88622f9.tar.xz
yuzu-b3c46d694846c8ea4fbdcfccda8a41a9f88622f9.tar.zst
yuzu-b3c46d694846c8ea4fbdcfccda8a41a9f88622f9.zip
Diffstat (limited to '')
-rw-r--r--src/video_core/shader/expr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_core/shader/expr.h b/src/video_core/shader/expr.h
index b954cffb0..60598977a 100644
--- a/src/video_core/shader/expr.h
+++ b/src/video_core/shader/expr.h
@@ -4,8 +4,8 @@
#pragma once
-#include <variant>
#include <memory>
+#include <variant>
#include "video_core/engines/shader_bytecode.h"