fix path to nlohmann json

This commit is contained in:
vcloarec 2022-03-01 09:18:31 -04:00 committed by Martin Dobias
parent ddf3d8d629
commit 5c02b5d329

View File

@ -6,7 +6,7 @@
#include "mdal_h2i.hpp" #include "mdal_h2i.hpp"
#include <fstream> #include <fstream>
#include <nlohmann_json/json.hpp> #include <nlohmann/json.hpp>
#include <gdal.h> #include <gdal.h>
#include <cpl_string.h> #include <cpl_string.h>