diff options
author | lhofhansl <larsh@apache.org> | 2021-05-06 10:24:30 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-06 19:24:30 +0200 |
commit | 7c2826cbc0f36027d4a9781f433150d1c5d0d03f (patch) | |
tree | 4653d72c728ebbaae6296b860ac14ad8125554ea | |
parent | 1bb8449734424f9e7afda8029b9a8cb2af392b61 (diff) | |
download | minetest-7c2826cbc0f36027d4a9781f433150d1c5d0d03f.tar.gz minetest-7c2826cbc0f36027d4a9781f433150d1c5d0d03f.tar.bz2 minetest-7c2826cbc0f36027d4a9781f433150d1c5d0d03f.zip |
Fix build for newer versions of GCC (#11246)
-rw-r--r-- | src/clientiface.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/clientiface.h b/src/clientiface.h index cc5292b71..dfd976741 100644 --- a/src/clientiface.h +++ b/src/clientiface.h @@ -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; |