Hopefully fix the Darwin build

http://hydra.nixos.org/build/52080911
This commit is contained in:
Eelco Dolstra 2017-04-28 17:13:55 +02:00
parent 895f00c372
commit 2f21d522c2
No known key found for this signature in database
GPG key ID: 8170B4726D7198DE

View file

@ -215,6 +215,7 @@ template class BaseSetting<unsigned long>;
template class BaseSetting<long long>;
template class BaseSetting<unsigned long long>;
template class BaseSetting<bool>;
template class BaseSetting<std::string>;
void PathSetting::set(const std::string & str)
{