src_prepare-overlay/media-libs/vkBasalt/files/fix-gcc-13-header.patch
Alfred Wingate 195b9c2581
media-libs/vkBasalt: add 0.3.2.9
Signed-off-by: Alfred Wingate <parona@protonmail.com>
2023-04-14 13:24:37 +03:00

13 lines
267 B
Diff

diff --git a/src/reshade/effect_token.hpp b/src/reshade/effect_token.hpp
index e85e2fa..998f5f8 100644
--- a/src/reshade/effect_token.hpp
+++ b/src/reshade/effect_token.hpp
@@ -5,6 +5,7 @@
#pragma once
+#include <cstdint>
#include <string>
#include <vector>