From 835e541144272853f1c6e5e6f342d19926ba4e6f Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Mon, 13 Jan 2020 21:34:54 +0100 Subject: [PATCH] Fix build https://hydra.nixos.org/eval/1564374 --- src/libexpr/json-to-value.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/src/libexpr/json-to-value.cc b/src/libexpr/json-to-value.cc index 67feb9e1f..1fdce1983 100644 --- a/src/libexpr/json-to-value.cc +++ b/src/libexpr/json-to-value.cc @@ -2,7 +2,6 @@ #include #include -#include using json = nlohmann::json; using std::unique_ptr;