Skip to content

Commit

Permalink
Add missed #include<algoritm>
Browse files Browse the repository at this point in the history
  • Loading branch information
arseny30 committed May 28, 2021
1 parent 410e352 commit fb2c664
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tdutils/td/utils/HttpUrl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
#include "td/utils/Parser.h"
#include "td/utils/port/IPAddress.h"

#include <algorithm>

namespace td {

string HttpUrl::get_url() const {
Expand Down

0 comments on commit fb2c664

Please sign in to comment.