summaryrefslogtreecommitdiff
blob: cae6fff93ae3dfc7891ed67b9c14067d8b47963f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
From 694994a9d8ad989e7c5d61b7759024a7b10ce3b7 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 1/6] Fix missing includes for musl libc

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

diff --git a/api/legacy/include/gromacs/math/vectypes.h b/api/legacy/include/gromacs/math/vectypes.h
index b818f5f8f8..7c5457e05d 100644
--- a/api/legacy/include/gromacs/math/vectypes.h
+++ b/api/legacy/include/gromacs/math/vectypes.h
@@ -36,6 +36,7 @@
 
 #include <cassert>
 #include <cmath>
+#include <cstdint>
 
 #include <algorithm>
 #include <type_traits>
-- 
2.35.1