summaryrefslogtreecommitdiff
path: root/sci-chemistry/gromacs/files/gromacs-2021-musl-stdint.patch
blob: c94fc5598f91a431005c7b701162b55965723e10 (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 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