summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGravatar bunnei2019-12-11 22:21:24 -0500
committerGravatar GitHub2019-12-11 22:21:24 -0500
commit8fc49a83b6142e50a2a42b987a2174998592f3ff (patch)
treec7c09648e3b60759f03ee92d18a309d19f0e3291 /src
parentMerge pull request #3218 from FernandoS27/tess-gl (diff)
parentAdded missing include (diff)
downloadyuzu-8fc49a83b6142e50a2a42b987a2174998592f3ff.tar.gz
yuzu-8fc49a83b6142e50a2a42b987a2174998592f3ff.tar.xz
yuzu-8fc49a83b6142e50a2a42b987a2174998592f3ff.zip
Merge pull request #3217 from jhol/fix-boost-include
Added missing include
Diffstat (limited to 'src')
-rw-r--r--src/video_core/rasterizer_accelerated.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/video_core/rasterizer_accelerated.cpp b/src/video_core/rasterizer_accelerated.cpp
index fc6ecb899..d01db97da 100644
--- a/src/video_core/rasterizer_accelerated.cpp
+++ b/src/video_core/rasterizer_accelerated.cpp
@@ -5,6 +5,7 @@
5#include <mutex> 5#include <mutex>
6 6
7#include <boost/icl/interval_map.hpp> 7#include <boost/icl/interval_map.hpp>
8#include <boost/range/iterator_range.hpp>
8 9
9#include "common/assert.h" 10#include "common/assert.h"
10#include "common/common_types.h" 11#include "common/common_types.h"