Merge pull request #9887 from CrystalGamma/fix-vertexloader-generic

VideoCommon: fix generic build
This commit is contained in:
JosJuice 2021-07-12 09:05:46 +02:00 committed by GitHub
commit 2b26e729c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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"