mirror of
https://github.com/NixOS/nix.git
synced 2025-11-09 03:56:01 +01:00
libutil: Include necessary headers in config-impl.hh
These headers need to be included before everything else (at least in GCC).
This commit is contained in:
parent
28b74c3143
commit
2c38ad2cfa
2 changed files with 2 additions and 1 deletions
|
|
@ -1,6 +1,5 @@
|
|||
#include "nix/expr/eval-profiler-settings.hh"
|
||||
#include "nix/util/configuration.hh"
|
||||
#include "nix/util/logging.hh" /* Needs to be included before config-impl.hh */
|
||||
#include "nix/util/config-impl.hh"
|
||||
#include "nix/util/abstract-setting-to-json.hh"
|
||||
|
||||
|
|
|
|||
|
|
@ -12,8 +12,10 @@
|
|||
* instantiation.
|
||||
*/
|
||||
|
||||
#include "nix/util/util.hh"
|
||||
#include "nix/util/configuration.hh"
|
||||
#include "nix/util/args.hh"
|
||||
#include "nix/util/logging.hh"
|
||||
|
||||
namespace nix {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue