forked from pool/vkmark
3ef1afc2f4
- Add vkmark-cstdint-include.patch: Add missing cstdint include in scene.h, (gh#vkmark/vkmark#51). OBS-URL: https://build.opensuse.org/request/show/1074800 OBS-URL: https://build.opensuse.org/package/show/benchmark/vkmark?expand=0&rev=27
12 lines
273 B
Diff
12 lines
273 B
Diff
diff -Naur a/src/scene.h b/src/scene.h
|
|
--- a/src/scene.h 2022-09-09 06:29:28.000000000 -0500
|
|
+++ b/src/scene.h 2023-03-27 19:37:12.627735253 -0500
|
|
@@ -25,6 +25,7 @@
|
|
#include <string>
|
|
#include <vector>
|
|
#include <unordered_map>
|
|
+#include <cstdint>
|
|
|
|
class SceneOption
|
|
{
|