Update VulkanBaseApp.cpp

Fix "error: 'numeric_limits' is not a member of 'std'" during build
This commit is contained in:
Ginger Old 2023-03-03 21:59:04 -06:00 committed by GitHub
parent be2292edce
commit cb52ce49a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,6 +38,7 @@
#include <functional>
#include <set>
#include <string.h>
#include <limits>
#include "VulkanBaseApp.h"
#include "VulkanCudaInterop.h"