mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
VideoCommon: fix generic build
On x86/ARM Common/Assert.h is included by way of VideoCommon/VertexLoader{X64,ARM64}.h, on other platforms it is missing.
This commit is contained in:
@ -12,6 +12,7 @@
|
||||
|
||||
#include <fmt/format.h>
|
||||
|
||||
#include "Common/Assert.h"
|
||||
#include "Common/CommonTypes.h"
|
||||
#include "Common/Logging/Log.h"
|
||||
#include "Common/MsgHandler.h"
|
||||
|
Reference in New Issue
Block a user