From 8a38303c52fbca07c850e0c4cd03a783aabf9e49 Mon Sep 17 00:00:00 2001
From: Paul Bauer <paul.bauer.q@gmail.com>
Date: Mon, 21 Feb 2022 09:53:46 +0100
Subject: [PATCH] Fix missing includes for musl libc

Fixes #4404
---
 src/gromacs/math/vectypes.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/gromacs/math/vectypes.h b/src/gromacs/math/vectypes.h
index d4d5211d11..bd9d31de20 100644
--- a/src/gromacs/math/vectypes.h
+++ b/src/gromacs/math/vectypes.h
@@ -40,6 +40,7 @@
 
 #include <cassert>
 #include <cmath>
+#include <cstdint>
 
 #include <algorithm>
 #include <type_traits>
-- 
2.35.1

