logging.hh: json.hpp -> json_fwd.hpp

This commit is contained in:
Maximilian Bosch 2022-02-28 16:05:21 +01:00
parent 102cb39086
commit 6a8f1b548f
No known key found for this signature in database
GPG key ID: 091DBF4D1FC46B8E

View file

@ -4,7 +4,7 @@
#include "error.hh"
#include "config.hh"
#include <nlohmann/json.hpp>
#include <nlohmann/json_fwd.hpp>
namespace nix {