diff options
author | Maximilian Bosch <maximilian@mbosch.me> | 2022-02-28 16:05:21 +0100 |
---|---|---|
committer | Maximilian Bosch <maximilian@mbosch.me> | 2022-02-28 17:27:52 +0100 |
commit | 6a8f1b548fc85af7e065feee93920839ec94fa40 (patch) | |
tree | 788be6ff5f7d398e52008de6de8dc64d7d8c860a /src/libutil/logging.hh | |
parent | 102cb390864f8a142ad6730d3456784e2778a493 (diff) |
logging.hh: json.hpp -> json_fwd.hpp
Diffstat (limited to 'src/libutil/logging.hh')
-rw-r--r-- | src/libutil/logging.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libutil/logging.hh b/src/libutil/logging.hh index 9ab2091c7..6f81b92de 100644 --- a/src/libutil/logging.hh +++ b/src/libutil/logging.hh @@ -4,7 +4,7 @@ #include "error.hh" #include "config.hh" -#include <nlohmann/json.hpp> +#include <nlohmann/json_fwd.hpp> namespace nix { |