mirror of
https://github.com/yuzu-mirror/yuzu.git
synced 2024-11-08 13:09:58 +00:00
cpu_manager: Add missing includes
Previously this header was relying on indirect inclusions that are no longer satisfied.
This commit is contained in:
parent
a89dfc9183
commit
201514cb50
1 changed files with 3 additions and 0 deletions
|
@ -9,6 +9,9 @@
|
||||||
#include <functional>
|
#include <functional>
|
||||||
#include <memory>
|
#include <memory>
|
||||||
#include <thread>
|
#include <thread>
|
||||||
|
|
||||||
|
#include "common/fiber.h"
|
||||||
|
#include "common/thread.h"
|
||||||
#include "core/hardware_properties.h"
|
#include "core/hardware_properties.h"
|
||||||
|
|
||||||
namespace Common {
|
namespace Common {
|
||||||
|
|
Loading…
Reference in a new issue