Skip to content

Commit

Permalink
Add stdint.h to codetypes.h (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
psakievich authored Feb 28, 2024
1 parent 9ed6911 commit a4a3cee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/codetypes.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
#define CODETYPES_H

//#define MPICH_SKIP_MPICXX
#include<stdint.h>
#include<stdio.h>
#include<stdlib.h>
#include<math.h>
Expand Down Expand Up @@ -252,4 +253,4 @@ typedef struct INTEGERLIST2
struct INTEGERLIST2 *next;
} INTEGERLIST2;

#endif /* CODETYPES_H */
#endif /* CODETYPES_H */

0 comments on commit a4a3cee

Please sign in to comment.