mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-21 02:50:38 +00:00
1871aadac9
(cherry picked from commit 59ccf2c5bc)
Co-authored-by: Gilver <roachy@fyralabs.com>
12 lines
476 B
Diff
12 lines
476 B
Diff
diff -Naur x265_4.2.old/source/dynamicHDR10/json11/json11.cpp x265_4.2/source/dynamicHDR10/json11/json11.cpp
|
|
--- x265_4.2.old/source/dynamicHDR10/json11/json11.cpp 2026-05-22 09:31:41.430924883 +0200
|
|
+++ x265_4.2/source/dynamicHDR10/json11/json11.cpp 2026-05-22 09:31:41.531899433 +0200
|
|
@@ -25,6 +25,7 @@
|
|
#include <cstdlib>
|
|
#include <cstdio>
|
|
#include <limits>
|
|
+#include <cstdint>
|
|
|
|
#if _MSC_VER
|
|
#pragma warning(disable: 4510) //const member cannot be default initialized
|