blob: 36a66708c3bb88e1aff31b170018b7ed0a418d9b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
https://github.com/KhronosGroup/Vulkan-Tools/commit/462d9819e5953e064e1dcdc04d3edc5fc6bc9431
diff --git a/vulkaninfo/vulkaninfo.cpp b/vulkaninfo/vulkaninfo.cpp
index 571a8d6..df7ce02 100644
--- a/vulkaninfo/vulkaninfo.cpp
+++ b/vulkaninfo/vulkaninfo.cpp
@@ -28,6 +28,7 @@
*
*/
+#include <ctime>
#include <string>
#ifdef _WIN32
#include <crtdbg.h>
|