include range/v3/range/conversion.hpp instead of range/v3/to_container.hpp

This commit is contained in:
Jiachen YANG 2019-09-10 10:14:55 +09:00 committed by John Preston
parent d78716d7d4
commit 8abeb4a9db
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
#include <range/v3/algorithm/max_element.hpp>
#include <range/v3/view/all.hpp>
#include <range/v3/view/transform.hpp>
#include <range/v3/to_container.hpp>
#include <range/v3/range/conversion.hpp>
namespace App { // Hackish..
QString formatPhone(QString phone);