Skip to content

Commit

Permalink
Hopefully fix the Darwin build
Browse files Browse the repository at this point in the history
  • Loading branch information
edolstra committed Apr 28, 2017
1 parent 895f00c commit 2f21d52
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/libutil/config.cc
Expand Up @@ -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)
{
Expand Down

0 comments on commit 2f21d52

Please sign in to comment.