1
0
Fork 0
mirror of https://github.com/ton-blockchain/ton synced 2025-02-14 12:12:21 +00:00

Build fix: 'all_of' identifier not found (#936)

This commit is contained in:
Marat 2024-03-19 19:07:09 +01:00 committed by GitHub
parent 0a82a19313
commit 14f319d29c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -22,6 +22,7 @@
#include "td/utils/port/path.h"
#include "td/utils/PathView.h"
#include <algorithm>
#include <map>
#include <utility>