Add cancel button to password change menu. (#5720)
[oweals/minetest.git] / src / mg_decoration.cpp
index 51e4fbbcc9e3714f14fcffe994b1084a387c8e45..ec31a9c0184b1680e42cb0052facb6110af7fa0e 100644 (file)
@@ -24,6 +24,8 @@ with this program; if not, write to the Free Software Foundation, Inc.,
 #include "map.h"
 #include "log.h"
 #include "util/numeric.h"
+#include <algorithm>
+
 
 FlagDesc flagdesc_deco[] = {
        {"place_center_x",  DECO_PLACE_CENTER_X},