Skip to content

Commit 7c2826c

Browse files
authored
Fix build for newer versions of GCC (#11246)
1 parent 1bb8449 commit 7c2826c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/clientiface.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
3131
#include <list>
3232
#include <vector>
3333
#include <set>
34+
#include <memory>
3435
#include <mutex>
3536

3637
class MapBlock;

0 commit comments

Comments
 (0)