mirror of
https://github.com/NixOS/nix
synced 2025-06-27 21:01:16 +02:00
logging.hh: json.hpp -> json_fwd.hpp
This commit is contained in:
parent
102cb39086
commit
6a8f1b548f
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
||||||
#include "error.hh"
|
#include "error.hh"
|
||||||
#include "config.hh"
|
#include "config.hh"
|
||||||
|
|
||||||
#include <nlohmann/json.hpp>
|
#include <nlohmann/json_fwd.hpp>
|
||||||
|
|
||||||
namespace nix {
|
namespace nix {
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue