1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-14 17:15:21 +02:00

Fix build for newer versions of GCC (#11246)

This commit is contained in:
lhofhansl
2021-05-06 10:24:30 -07:00
committed by GitHub
parent 1bb8449734
commit 7c2826cbc0

View File

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