mirror of
https://github.com/NixOS/nix.git
synced 2025-11-16 07:22:43 +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
|
|
@ -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