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

Fix header path in `fmpi_generic.h`

parent 96e4e5c3
No related branches found
No related tags found
No related merge requests found
......@@ -27,9 +27,9 @@
INCLUDE
==============================================================================*/
// External
#include "../external/cpl/cpl_map.h"
#include "../external/cpl/cpl_token.h"
#include "../external/cpl/cpl_util.h"
#include "../../../external/cpl/cpl_map.h"
#include "../../../external/cpl/cpl_token.h"
#include "../../../external/cpl/cpl_util.h"
// Internal
#include "fmpi_type.h"
/*==============================================================================
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment