mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-17 14:49:30 -07:00
Closes: https://bugs.gentoo.org/981853 Signed-off-by: Kostadin Shishmanov <kostadinshishmanov@protonmail.com> Part-of: https://codeberg.org/gentoo/gentoo/pulls/1805 Merges: https://codeberg.org/gentoo/gentoo/pulls/1805 Signed-off-by: Matt Turner <mattst88@gentoo.org>
14 lines
355 B
Diff
14 lines
355 B
Diff
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>
|