yuzu\src\video_core\buffer_cache\buffer_cache_base.h
This commit is contained in:
parent
bcbacbb9f7
commit
bb026e10de
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,6 @@
|
|||
#include <span>
|
||||
#include <vector>
|
||||
|
||||
#include <tsl/robin_map.h>
|
||||
#include <boost/container/small_vector.hpp>
|
||||
#define BOOST_NO_MT
|
||||
#include <boost/pool/detail/mutex.hpp>
|
||||
|
@ -24,6 +23,7 @@
|
|||
#include <boost/pool/pool.hpp>
|
||||
#include <boost/pool/pool_alloc.hpp>
|
||||
#include <boost/pool/poolfwd.hpp>
|
||||
#include <tsl/robin_map.h>
|
||||
|
||||
#include "common/common_types.h"
|
||||
#include "common/div_ceil.h"
|
||||
|
|
Loading…
Add table
Reference in a new issue