Fix build
authorCraig Robbins <kde.psych@gmail.com>
Mon, 1 Dec 2014 05:17:47 +0000 (15:17 +1000)
committerCraig Robbins <kde.psych@gmail.com>
Mon, 1 Dec 2014 05:17:47 +0000 (15:17 +1000)
Note: this does not fix the warnings generated by clang

src/settings.cpp

index 34348cc06fde032ff6e0e8ef2d710321b1e15896..6631ceb6e7bf1a2c87fcfb5a55af6301a21b4a59 100644 (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()