Browse Source
Merge pull request #13133 from liamwhite/libstdcxx-issue
vi: workaround conductor includes
pull/15/merge
liamwhite
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
2 additions and
1 deletions
-
src/core/hle/service/vi/conductor.h
|
|
|
@ -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: |
|
|
|
|