1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-29 19:03:16 +02:00

Don't include nlohmann/json.hpp in globals.hh

This reduces compilation time by 207s.

Issue #4045.
This commit is contained in:
Eelco Dolstra 2020-09-21 18:47:18 +02:00
parent d51ba43047
commit 340ca382c4
2 changed files with 1 additions and 1 deletions

View file

@ -2,6 +2,7 @@
#include "util.hh"
#include "archive.hh"
#include "args.hh"
#include "abstractsettingtojson.hh"
#include <algorithm>
#include <map>