json/include/nlohmann
Ian Clarkson 62c76cf69f Fix include brackets so they correspond to local includes instead of system includes
When building code relying on this library in Xcode, the build process throws an error (not a warning!) stating its inability to locate the presumed system includes. The `<>` angle brackets on `#include` indicate a system-level include, not a user-level include. By swapping to quotation marks for the `#include` we more accurately represent the content of the included files and Xcode builds without complaint!
2018-02-21 17:23:22 -08:00
..
detail fix cmake install directory (for real this time) 2018-02-01 11:06:51 +01:00
adl_serializer.hpp fix cmake install directory (for real this time) 2018-02-01 11:06:51 +01:00
json_fwd.hpp fix cmake install directory (for real this time) 2018-02-01 11:06:51 +01:00
json.hpp Fix include brackets so they correspond to local includes instead of system includes 2018-02-21 17:23:22 -08:00