Fix a memleak pointed by @Zeno- in MeshUpdateQueue
[oweals/minetest.git] / src / mg_ore.cpp
index d840d745a1ae6136f6ef76aeb5e98b3fdfa3d4cd..c6c1c45a782bd2270d0e239bd9ea41b76c8c3bec 100644 (file)
@@ -20,9 +20,10 @@ with this program; if not, write to the Free Software Foundation, Inc.,
 #include "mg_ore.h"
 #include "mapgen.h"
 #include "noise.h"
-#include "util/numeric.h"
 #include "map.h"
 #include "log.h"
+#include <algorithm>
+
 
 FlagDesc flagdesc_ore[] = {
        {"absheight",                 OREFLAG_ABSHEIGHT},