This file is part of MXE. See LICENSE.md for licensing information.

Contains ad hoc patches for cross building.

From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: Mark Brand <mabrand@mabrand.nl>
Date: Wed, 1 Oct 2025 13:35:05 +0200
Subject: [PATCH 1/1] fix missing include


diff --git a/source/common/threading.h b/source/common/threading.h
index 1111111..2222222 100644
--- a/source/common/threading.h
+++ b/source/common/threading.h
@@ -28,6 +28,7 @@
 
 #include "common.h"
 #include "x265.h"
+#include <cstdint>
 
 #ifdef _WIN32
 #include <windows.h>
diff --git a/source/dynamicHDR10/json11/json11.cpp b/source/dynamicHDR10/json11/json11.cpp
index 1111111..2222222 100644
--- a/source/dynamicHDR10/json11/json11.cpp
+++ b/source/dynamicHDR10/json11/json11.cpp
@@ -24,6 +24,7 @@
 #include <cmath>
 #include <cstdlib>
 #include <cstdio>
+#include <cstdint>
 #include <limits>
 
 #if _MSC_VER
