Skip to content

Commit

Permalink
Include <algorithm> in lib/path.cc
Browse files Browse the repository at this point in the history
Add missing #include for std::any_of.
  • Loading branch information
ajordanr-google authored and fdegros committed Apr 28, 2022
1 parent 8c521b7 commit 12dba6d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/path.cc
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@

#include "path.h"

#include <algorithm>
#include <cassert>
#include <iomanip>

Expand Down

0 comments on commit 12dba6d

Please sign in to comment.