Skip to content

Commit e2e75e0

Browse files
missing include cstdint (eth-cscs#29)
fix compilation with gcc14
1 parent 03847e6 commit e2e75e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/costa/grid2grid/mpi_type_wrapper.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#pragma once
22

33
#include <mpi.h>
4-
4+
#include <cstdint>
55
#include <complex>
66

77
namespace costa {

0 commit comments

Comments
 (0)