You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sci-chemistry/gromacs/files/gromacs-2021-cstdint-includ...

13 lines
361 B

# https://bugs.gentoo.org/915694
# Not needed for newer branches, that greatly refactored the code
--- a/src/gromacs/utility/flags.h~ 2023-01-31 12:45:46.000000000 +0100
+++ b/src/gromacs/utility/flags.h 2023-10-16 10:15:24.087340444 +0200
@@ -42,7 +42,7 @@
*/
#ifndef GMX_UTILITY_FLAGS_H
#define GMX_UTILITY_FLAGS_H
-
+#include <cstdint>
namespace gmx
{