projects
/
oweals
/
minetest.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3606609
)
Fix build
author
Craig Robbins
<kde.psych@gmail.com>
Mon, 1 Dec 2014 05:17:47 +0000
(15:17 +1000)
committer
Craig 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
patch
|
blob
|
history
diff --git
a/src/settings.cpp
b/src/settings.cpp
index 34348cc06fde032ff6e0e8ef2d710321b1e15896..6631ceb6e7bf1a2c87fcfb5a55af6301a21b4a59 100644
(file)
--- 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()