Skip to content

Commit

Permalink
Fix build for newer versions of GCC (#11246)
Browse files Browse the repository at this point in the history
  • Loading branch information
lhofhansl committed May 6, 2021
1 parent 1bb8449 commit 7c2826c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/clientiface.h
Expand Up @@ -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;
Expand Down

0 comments on commit 7c2826c

Please sign in to comment.