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

Fix missing includes in `fmpi_task_generic.h`

parent 9fc8bd07
Branches
No related tags found
No related merge requests found
......@@ -26,6 +26,9 @@
/*==============================================================================
INCLUDE
==============================================================================*/
// C Standard Library
#include <assert.h>
#include <stddef.h> // NULL
// External
#include "../../../external/cpl/cpl_arg.h"
#include "../../../external/cpl/cpl_map.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment