Missing stdarg.h include

This commit is contained in:
Henrik Rydgård 2021-12-20 00:11:51 +01:00
parent fadf01dc7b
commit 74f76e5ef1

View file

@ -1,3 +1,5 @@
#include <stdarg.h>
#include "VulkanProfiler.h"
#include "VulkanContext.h"