2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 06:26:18 +00:00

Add range-v3 library.

This commit is contained in:
John Preston
2017-11-19 18:37:07 +04:00
parent 04a1cff24a
commit 68bc8d0231
6 changed files with 9 additions and 0 deletions

View File

@@ -62,6 +62,7 @@ Copyright (c) 2014-2017 John Preston, https://desktop.telegram.org
#include <map>
#include <algorithm>
#include <memory>
#include <range/v3/all.hpp>
// Ensures/Expects.
#include <gsl/gsl_assert>