Skip to content

Commit

Permalink
Merge pull request #74 from ellert/include-algorithm-std-transform
Browse files Browse the repository at this point in the history
Include <algorithm> for std::transform
  • Loading branch information
bbockelm authored Jan 2, 2025
2 parents 91b7196 + 39bbd6d commit f978980
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/s3_unit_tests.cc
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
#include <XrdSys/XrdSysError.hh>
#include <gtest/gtest.h>

#include <algorithm>
#include <fcntl.h>
#include <fstream>
#include <iostream>
Expand Down

0 comments on commit f978980

Please sign in to comment.