yuzu\src\video_core\buffer_cache\buffer_cache_base.h

This commit is contained in:
Franco 2023-09-18 13:06:51 -03:00
parent bcbacbb9f7
commit bb026e10de

View file

@ -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"