gentoo-ebuilds/sci-chemistry/gromacs/files/gromacs-gcc-15.patch
Alexey Shvetsov 150fc73903
sci-chemistry/gromacs: resurect accidently dropped patch
Closes: https://bugs.gentoo.org/950002
Signed-off-by: Alexey Shvetsov <alexxy@gentoo.org>
2025-02-24 13:20:08 +03:00

13 lines
419 B
Diff

diff --git a/src/gromacs/mdtypes/energyhistory.h b/src/gromacs/mdtypes/energyhistory.h
index 0c8fecfae70605d64613a2408755e715e5f9b6c5..f80d4c56b95caf6942b35222d8983c8ed8f10e1e 100644
--- a/src/gromacs/mdtypes/energyhistory.h
+++ b/src/gromacs/mdtypes/energyhistory.h
@@ -47,6 +47,8 @@
#ifndef GMX_MDLIB_ENERGYHISTORY_H
#define GMX_MDLIB_ENERGYHISTORY_H
+#include <cstdint>
+
#include <memory>
#include <vector>