Fix build for newer versions of GCC (#11246)

master
lhofhansl 2021-05-06 10:24:30 -07:00 committed by GitHub
parent 1bb8449734
commit 7c2826cbc0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View 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;