Expose getPointedThing to Lua
[oweals/minetest.git] / src / util / string.cpp
index 141068512b0dc3362fc1acbc32e496bab972534d..d41b91f24a09c3ee09244c59b0686ff00e3efe55 100644 (file)
@@ -25,6 +25,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
 #include "hex.h"
 #include "../porting.h"
 
+#include <algorithm>
 #include <sstream>
 #include <iomanip>
 #include <map>