mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-22 05:56:15 +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 "config.hh"
|
||||
|
||||
#include <nlohmann/json.hpp>
|
||||
#include <nlohmann/json_fwd.hpp>
|
||||
|
||||
namespace nix {
|
||||
|
||||
|
|
Loading…
Reference in a new issue