Skip to content

Commit

Permalink
Include <chrono> for high_resolution_clock
Browse files Browse the repository at this point in the history
Add <chrono> include to file using std::chrono::high_resolucion_clock
to fix the VS 17.13.0 build.
  • Loading branch information
dgraves authored and davidd-lunarg committed Feb 13, 2025
1 parent 9000211 commit a4a9867
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions framework/encode/vulkan_state_writer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
#include <algorithm>
#include <array>
#include <cassert>
#include <chrono>
#include <cstdint>
#include <limits>
#include <unordered_map>
Expand Down

0 comments on commit a4a9867

Please sign in to comment.