aboutsummaryrefslogtreecommitdiff
path: root/src/video_core/shader/shader_interpreter.cpp
diff options
context:
space:
mode:
authorYuri Kunde Schlesner <yuriks@yuriks.net>2016-12-15 22:30:43 -0800
committerYuri Kunde Schlesner <yuriks@yuriks.net>2016-12-15 23:08:05 -0800
commitd27cb1dedca7ff5e977668160bf3e24b75beb092 (patch)
tree985bf71a0d2996872f52837e5cb48b93d94ae162 /src/video_core/shader/shader_interpreter.cpp
parentcda7210fade53a96fcba5fe5cd6dfd7b604f8277 (diff)
VideoCore/Shader: Move DebugData to a separate file
Diffstat (limited to 'src/video_core/shader/shader_interpreter.cpp')
-rw-r--r--src/video_core/shader/shader_interpreter.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/video_core/shader/shader_interpreter.cpp b/src/video_core/shader/shader_interpreter.cpp
index 6abb6761f..167f9edc3 100644
--- a/src/video_core/shader/shader_interpreter.cpp
+++ b/src/video_core/shader/shader_interpreter.cpp
@@ -6,6 +6,7 @@
#include <array>
#include <cmath>
#include <numeric>
+#include <boost/container/static_vector.hpp>
#include <nihstro/shader_bytecode.h>
#include "common/assert.h"
#include "common/common_types.h"