Skip to content

Commit

Permalink
Fix: std::any_of requires to include <algorithm>
Browse files Browse the repository at this point in the history
  • Loading branch information
rmisev committed Aug 13, 2019
1 parent 32b21ba commit ad6f243
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/url_host.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
#include "url_ip.h"
#include "url_result.h"
#include "url_utf.h"
#include <algorithm> // any_of
#include <cassert>
#include <cstdint> // uint32_t
#include <string>
Expand Down

0 comments on commit ad6f243

Please sign in to comment.