Skip to content

Commit

Permalink
Merge pull request #144 from clairekope/gcc11
Browse files Browse the repository at this point in the history
Need cstddef or size_t undefined
  • Loading branch information
brittonsmith committed Mar 29, 2023
2 parents a67db1a + 4625307 commit e10fbee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/clib/grackle.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@

#include "grackle_types.h"
#include "grackle_chemistry_data.h"
#include <stddef.h>

extern int grackle_verbose;

Expand Down

0 comments on commit e10fbee

Please sign in to comment.