mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-05 00:09:32 -04:00
fix path to nlohmann json
This commit is contained in:
parent
ddf3d8d629
commit
5c02b5d329
2
external/mdal/frmts/mdal_h2i.cpp
vendored
2
external/mdal/frmts/mdal_h2i.cpp
vendored
@ -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>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user