mirror of
https://github.com/NixOS/nix.git
synced 2025-11-28 13:11:00 +01:00
Fix include errors masked by precompiled headers
This commit is contained in:
parent
1e36f203e6
commit
80c545bcdc
1 changed files with 2 additions and 0 deletions
|
|
@ -16,6 +16,7 @@
|
||||||
#include "nix/util/configuration.hh"
|
#include "nix/util/configuration.hh"
|
||||||
#include "nix/util/args.hh"
|
#include "nix/util/args.hh"
|
||||||
#include "nix/util/logging.hh"
|
#include "nix/util/logging.hh"
|
||||||
|
#include "nix/util/file-path.hh"
|
||||||
|
|
||||||
namespace nix {
|
namespace nix {
|
||||||
|
|
||||||
|
|
@ -135,6 +136,7 @@ DECLARE_CONFIG_SERIALISER(StringSet)
|
||||||
DECLARE_CONFIG_SERIALISER(StringMap)
|
DECLARE_CONFIG_SERIALISER(StringMap)
|
||||||
DECLARE_CONFIG_SERIALISER(std::set<ExperimentalFeature>)
|
DECLARE_CONFIG_SERIALISER(std::set<ExperimentalFeature>)
|
||||||
DECLARE_CONFIG_SERIALISER(std::filesystem::path)
|
DECLARE_CONFIG_SERIALISER(std::filesystem::path)
|
||||||
|
DECLARE_CONFIG_SERIALISER(std::optional<std::filesystem::path>)
|
||||||
|
|
||||||
template<typename T>
|
template<typename T>
|
||||||
T BaseSetting<T>::parse(const std::string & str) const
|
T BaseSetting<T>::parse(const std::string & str) const
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue