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

Fix missing include in `fmpi_data.c`

parent dbf74bf1
Branches
No related tags found
No related merge requests found
...@@ -30,6 +30,7 @@ ...@@ -30,6 +30,7 @@
#include "internal/fmpi_common.h" #include "internal/fmpi_common.h"
#include "internal/fmpi_ctx.h" #include "internal/fmpi_ctx.h"
#include "internal/fmpi_type.h" #include "internal/fmpi_type.h"
#include "internal/generic/fmpi_generic.h"
/*============================================================================== /*==============================================================================
PUBLIC FUNCTION DEFINITION PUBLIC FUNCTION DEFINITION
==============================================================================*/ ==============================================================================*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment