From d4f42938a567a4a0f378df153aa421273d75687f Mon Sep 17 00:00:00 2001
From: Craig Robbins <kde.psych@gmail.com>
Date: Mon, 1 Dec 2014 15:17:47 +1000
Subject: [PATCH] Fix build Note: this does not fix the warnings generated by
 clang

---
 src/settings.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/settings.cpp b/src/settings.cpp
index 34348cc06..6631ceb6e 100644
--- a/src/settings.cpp
+++ b/src/settings.cpp
@@ -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()
-- 
GitLab