Buildfix for VS2017

This commit is contained in:
Nemoumbra 2023-08-06 15:06:54 +03:00
parent 68a15f45c0
commit c2f9ae2e16
2 changed files with 8 additions and 0 deletions

View file

@ -10,6 +10,10 @@
// TODO: This should be moved here or to Common, doesn't belong in /GPU
#include "GPU/Vulkan/DebugVisVulkan.h"
// For std::max
#include <algorithm>
static void DrawDebugStats(UIContext *ctx, const Bounds &bounds) {
FontID ubuntu24("UBUNTU24");