Buildfix for VS2017
This commit is contained in:
parent
68a15f45c0
commit
c2f9ae2e16
2 changed files with 8 additions and 0 deletions
|
@ -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");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue