diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2020-01-13 21:34:54 +0100 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2020-01-13 21:34:54 +0100 |
commit | 835e541144272853f1c6e5e6f342d19926ba4e6f (patch) | |
tree | 4fb9eddadc8babbd37f660149226f6297931a064 /src | |
parent | 30c9ca3b055a793339a850fc787fd5974e1405a8 (diff) |
Fix build
https://hydra.nixos.org/eval/1564374
Diffstat (limited to 'src')
-rw-r--r-- | src/libexpr/json-to-value.cc | 1 |
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; |