Skip to content

Commit

Permalink
fix exception
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikkiese authored and Wentzell committed May 30, 2024
1 parent 4d6963f commit 3fb9b7a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions c++/mpi/macros.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@
#else

#include <iostream>
#include <exception>

#define EXPECTS(X) \
if (!(X)) { \
Expand Down

0 comments on commit 3fb9b7a

Please sign in to comment.