]> git.lizzy.rs Git - minetest.git/commitdiff
Fix build for newer versions of GCC (#11246)
authorlhofhansl <larsh@apache.org>
Thu, 6 May 2021 17:24:30 +0000 (10:24 -0700)
committerGitHub <noreply@github.com>
Thu, 6 May 2021 17:24:30 +0000 (19:24 +0200)
src/clientiface.h

index cc5292b71bf96fb5b2c8d9063921fc8ff18c7f15..dfd97674137c249d0dcb6a3d7cdeba2152f0a9d1 100644 (file)
@@ -31,6 +31,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
 #include <list>
 #include <vector>
 #include <set>
+#include <memory>
 #include <mutex>
 
 class MapBlock;