Some checks failed
Periodic Merges (6h) / master → staging-nixos (push) Failing after 12m50s
Periodic Merges (6h) / master → staging-next (push) Failing after 12m54s
Periodic Merges (24h) / merge-base(master,staging) → haskell-updates (push) Failing after 11m54s
Periodic Merges (6h) / staging-next → staging (push) Failing after 12m13s
Periodic Merges (24h) / staging-next-25.05 → staging-25.05 (push) Failing after 13m24s
Periodic Merges (24h) / release-25.05 → staging-next-25.05 (push) Failing after 14m28s
25 lines
659 B
Diff
25 lines
659 B
Diff
From 43e696a388ddf4ce5f4b9f756e726544b6310092 Mon Sep 17 00:00:00 2001
|
|
From: ReenigneArcher <reenignearcher@gmail.com>
|
|
Date: Wed, 9 Jul 2025 14:41:33 +0000
|
|
Subject: [PATCH] fix(dynamicHDR10): undefined-uint8_t
|
|
|
|
---
|
|
source/dynamicHDR10/json11/json11.cpp | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/source/dynamicHDR10/json11/json11.cpp b/source/dynamicHDR10/json11/json11.cpp
|
|
index 762577735..c111ebb82 100644
|
|
--- a/dynamicHDR10/json11/json11.cpp
|
|
+++ b/dynamicHDR10/json11/json11.cpp
|
|
@@ -22,6 +22,7 @@
|
|
#include "json11.h"
|
|
#include <cassert>
|
|
#include <cmath>
|
|
+#include <cstdint>
|
|
#include <cstdlib>
|
|
#include <cstdio>
|
|
#include <limits>
|
|
--
|
|
2.49.0
|
|
|