gentoo-ebuilds/media-video/obs-studio/files/json11-1.0.0-include-cstdint.patch
Paul Zander ff09c09923
media-video/obs-studio: Fix compilation on GCC 15
Closes: https://bugs.gentoo.org/938326
Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/38268
Signed-off-by: Sam James <sam@gentoo.org>
2024-08-25 16:39:28 +01:00

12 lines
258 B
Diff

diff --git a/json11.cpp b/json11.cpp
index 9647846..8266a14 100644
--- a/json11.cpp
+++ b/json11.cpp
@@ -22,6 +22,7 @@
#include "json11.hpp"
#include <cassert>
#include <cmath>
+#include <cstdint>
#include <cstdlib>
#include <cstdio>
#include <limits>