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:
parent
93626764d4
commit
beb6ec0569
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue