diff options
| author | JosJuice <josjuice@gmail.com> | 2021-07-12 09:05:46 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-12 09:05:46 +0200 |
| commit | 2b26e729c3bc51c71824e012f10f12135a650b9b (patch) | |
| tree | 056af367fb07f4f42147b2d0aea38bdfe49b95be /Source/Core/VideoCommon/VertexLoaderBase.cpp | |
| parent | 93626764d475688877bad1140fd1d6b766d4aa5b (diff) | |
| parent | beb6ec056909b4fc7507154d97e42d0020206dee (diff) | |
Merge pull request #9887 from CrystalGamma/fix-vertexloader-generic
VideoCommon: fix generic build
Diffstat (limited to 'Source/Core/VideoCommon/VertexLoaderBase.cpp')
| -rw-r--r-- | Source/Core/VideoCommon/VertexLoaderBase.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Core/VideoCommon/VertexLoaderBase.cpp b/Source/Core/VideoCommon/VertexLoaderBase.cpp index 481f8a8a2f..a9740329de 100644 --- a/Source/Core/VideoCommon/VertexLoaderBase.cpp +++ b/Source/Core/VideoCommon/VertexLoaderBase.cpp @@ -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" |
