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:
CrystalGamma 2021-07-12 03:24:55 +02:00
parent 93626764d4
commit beb6ec0569
1 changed files with 1 additions and 0 deletions

View File

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