From 6a8f1b548fc85af7e065feee93920839ec94fa40 Mon Sep 17 00:00:00 2001 From: Maximilian Bosch Date: Mon, 28 Feb 2022 16:05:21 +0100 Subject: [PATCH] logging.hh: json.hpp -> json_fwd.hpp --- src/libutil/logging.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 +#include namespace nix {