Browse Source
Merge pull request #3217 from jhol/fix-boost-include
Added missing include
pull/15/merge
bunnei
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
src/video_core/rasterizer_accelerated.cpp
|
|
|
@ -5,6 +5,7 @@ |
|
|
|
#include <mutex>
|
|
|
|
|
|
|
|
#include <boost/icl/interval_map.hpp>
|
|
|
|
#include <boost/range/iterator_range.hpp>
|
|
|
|
|
|
|
|
#include "common/assert.h"
|
|
|
|
#include "common/common_types.h"
|
|
|
|
|