From ffef6935d29018c231db7dac0a637b776028027a Mon Sep 17 00:00:00 2001 From: Dustin Graves Date: Wed, 12 Feb 2025 11:22:19 -0700 Subject: [PATCH] Include for high_resolution_clock Add include to file using std::chrono::high_resolucion_clock to fix the VS 17.13.0 build. --- framework/encode/vulkan_state_writer.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/framework/encode/vulkan_state_writer.cpp b/framework/encode/vulkan_state_writer.cpp index 8064de8b37..b756a92757 100644 --- a/framework/encode/vulkan_state_writer.cpp +++ b/framework/encode/vulkan_state_writer.cpp @@ -35,6 +35,7 @@ #include #include #include +#include #include #include #include