Skip to content

Commit

Permalink
Merge pull request #6 from acquire-project/5-trouble-compiling-w-find_if
Browse files Browse the repository at this point in the history
Add include to algorithm header
  • Loading branch information
aliddell authored Oct 8, 2024
2 parents 538d8b3 + 7ae159f commit 3263ca4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/streaming/zarr.common.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
#include "zarr.common.hh"

#include <stdexcept>
#include <algorithm>

std::string
zarr::trim(std::string_view s)
Expand Down

0 comments on commit 3263ca4

Please sign in to comment.