mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-10 06:29:00 +01:00
VideoCommon: Add includes for generic build
On x86_64 and arm64 builds Common/MsgHandler.h and Common/Logging/Log.h are indirectly included through the corresponding VertexLoaders, Emitters and lastly Assert.h. Because the generic build does not build a vertex loader JIT it does not include those and fails at compile time. Thanks to HdkR and mibofra!
This commit is contained in:
parent
05e339a605
commit
252a3d16c2
@ -6,7 +6,9 @@
|
||||
#include <vector>
|
||||
|
||||
#include "Common/Common.h"
|
||||
#include "Common/MsgHandler.h"
|
||||
#include "Common/StringUtil.h"
|
||||
#include "Common/Logging/Log.h"
|
||||
|
||||
#include "VideoCommon/VertexLoader.h"
|
||||
#include "VideoCommon/VertexLoaderBase.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user