Skip to content

Commit 5aca917

Browse files
Merge pull request #58 from aurora-multiphysics/commutil-include-cstdint
Include cstdint in CommUtil.h for int32_t and friends
2 parents 373b2cd + 3529f17 commit 5aca917

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/util/CommUtil.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
#include <mpi.h>
66

7+
#include <cstdint>
78
#include <memory>
89
#include <vector>
910
/*

0 commit comments

Comments
 (0)