vi: workaround conductor includes

This commit is contained in:
Liam 2024-02-23 10:34:49 -05:00
parent 9dc624f5dc
commit 812754edec
1 changed files with 2 additions and 1 deletions

View File

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