Skip to content
Snippets Groups Projects
Verified Commit 62ac36fc authored by raphael.bach's avatar raphael.bach
Browse files

Fix missing include in `fmpi_futhark.c`

parent 3171402f
No related branches found
No related tags found
No related merge requests found
...@@ -29,6 +29,7 @@ ...@@ -29,6 +29,7 @@
#include <stdlib.h> // NULL, size_t, free(), malloc() #include <stdlib.h> // NULL, size_t, free(), malloc()
// Internal // Internal
#include "internal/fmpi_common.h" #include "internal/fmpi_common.h"
#include "internal/fmpi_error.h"
#include "internal/fmpi_futhark_entry.h" #include "internal/fmpi_futhark_entry.h"
#include "internal/fmpi_type.h" #include "internal/fmpi_type.h"
#include "internal/generic/fmpi_generic.h" #include "internal/generic/fmpi_generic.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment