Skip to content

Commit

Permalink
Merge pull request #29 from pabloferz/patch-1
Browse files Browse the repository at this point in the history
Explicitely include cstdio
  • Loading branch information
patflick committed Apr 13, 2022
2 parents 435e04d + ceee373 commit e1f4acd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/mxx/common.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
#define MXX_COMMON_HPP

#include <mpi.h>
#include <cstdio>
#include <limits>

namespace mxx {
Expand Down

0 comments on commit e1f4acd

Please sign in to comment.