aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorEelco Dolstra <edolstra@gmail.com>2020-01-13 21:34:54 +0100
committerEelco Dolstra <edolstra@gmail.com>2020-01-13 21:34:54 +0100
commit835e541144272853f1c6e5e6f342d19926ba4e6f (patch)
tree4fb9eddadc8babbd37f660149226f6297931a064 /src
parent30c9ca3b055a793339a850fc787fd5974e1405a8 (diff)
Fix build
https://hydra.nixos.org/eval/1564374
Diffstat (limited to 'src')
-rw-r--r--src/libexpr/json-to-value.cc1
1 files changed, 0 insertions, 1 deletions
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 <variant>
#include <nlohmann/json.hpp>
-#include <nlohmann/detail/exceptions.hpp>
using json = nlohmann::json;
using std::unique_ptr;