From dc8e662b3426cdcf39f65abe9b6cb0bcf1c7c16b Mon Sep 17 00:00:00 2001 From: Sascha Willems Date: Sat, 14 May 2022 11:47:37 +0200 Subject: [PATCH] Missing include for std::find --- base/VulkanTools.h | 1 + 1 file changed, 1 insertion(+) diff --git a/base/VulkanTools.h b/base/VulkanTools.h index b28e0ebc..e1fce43e 100644 --- a/base/VulkanTools.h +++ b/base/VulkanTools.h @@ -22,6 +22,7 @@ #include #include #include +#include #if defined(_WIN32) #include #include