Fix build

Note: this does not fix the warnings generated by clang
This commit is contained in:
Craig Robbins 2014-12-01 15:17:47 +10:00
parent 0132801247
commit 74c5e74422

View File

@ -30,6 +30,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#include "util/serialize.h"
#include "filesys.h"
#include <cctype>
#include <algorithm>
Settings::~Settings()