Skip to content

Commit d4f4293

Browse files
committedDec 1, 2014
Fix build
Note: this does not fix the warnings generated by clang
1 parent 3606609 commit d4f4293

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎src/settings.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
3030
#include "util/serialize.h"
3131
#include "filesys.h"
3232
#include <cctype>
33+
#include <algorithm>
3334

3435

3536
Settings::~Settings()

0 commit comments

Comments
 (0)
Please sign in to comment.