File mcut-stdtypes.patch of Package mcut

From d8064a787bfacc314fe407615c34539c49d50698 Mon Sep 17 00:00:00 2001
From: Oleg Girko <ol@infoserver.lv>
Date: Fri, 28 Mar 2025 22:04:48 +0000
Subject: [PATCH] Add proper include necessary for int typed.

Signed-off-by: Oleg Girko <ol@infoserver.lv>
---
 source/math.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/source/math.cpp b/source/math.cpp
index 50c67c5..836ea79 100644
--- a/source/math.cpp
+++ b/source/math.cpp
@@ -36,6 +36,7 @@
 #include "mcut/internal/math.h"
 #include <algorithm> // std::sort
 #include <cstdlib>
+#include <cstdint>
 #include <tuple> // std::make_tuple std::get<>
 
 
-- 
2.49.0