blob: 7f7b8fa9c1e81c540c88445bb61d0cfd51283920 (
plain)
1
2
3
4
5
6
7
8
9
10
|
#if defined(__GNUC__)
#pragma GCC system_header
#endif
// to avoid any clash if PROJ users have another version of nlohmann/json.hpp
#define nlohmann proj_nlohmann
#if !defined(DOXYGEN_ENABLED)
#include "nlohmann/json.hpp"
#endif
|