From 611bf005f64d7d21258462e520111144f14b2db8 Mon Sep 17 00:00:00 2001
From: Alexey Shvetsov <alexxyum@gmail.com>
Date: Mon, 4 May 2026 18:28:43 +0300
Subject: [PATCH] Fix build with musl based systems

Bug: https://bugs.gentoo.org/968018

Signed-off-by: Alexey Shvetsov <alexxyum@gmail.com>
---
 api/gmxapi/include/gmxapi/gmxapicompat.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/api/gmxapi/include/gmxapi/gmxapicompat.h b/api/gmxapi/include/gmxapi/gmxapicompat.h
index 837dc2ed1f..de51dabc02 100644
--- a/api/gmxapi/include/gmxapi/gmxapicompat.h
+++ b/api/gmxapi/include/gmxapi/gmxapicompat.h
@@ -47,6 +47,8 @@
 #ifndef GMXAPICOMPAT_H
 #define GMXAPICOMPAT_H
 
+#include <cstdint>
+
 #include <map>
 #include <string>
 
-- 
2.54.0

