mirror of
https://github.com/yuzu-mirror/yuzu.git
synced 2024-11-06 01:50:00 +00:00
Merge pull request #13133 from liamwhite/libstdcxx-issue
vi: workaround conductor includes
This commit is contained in:
commit
77107ba124
1 changed files with 2 additions and 1 deletions
|
@ -10,6 +10,8 @@
|
|||
#include "common/polyfill_thread.h"
|
||||
#include "common/thread.h"
|
||||
|
||||
#include "core/hle/service/vi/vsync_manager.h"
|
||||
|
||||
namespace Core {
|
||||
class System;
|
||||
}
|
||||
|
@ -26,7 +28,6 @@ namespace Service::VI {
|
|||
|
||||
class Container;
|
||||
class DisplayList;
|
||||
class VsyncManager;
|
||||
|
||||
class Conductor {
|
||||
public:
|
||||
|
|
Loading…
Reference in a new issue