Skip to content

Commit

Permalink
Merge pull request #49 from homalozoa/bugfix_stdfind
Browse files Browse the repository at this point in the history
[Fix] Add <algorithm> for std::find
  • Loading branch information
nbourdis-psee authored Jun 10, 2022
2 parents 78f695d + 73c9d32 commit edc1114
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
* See the License for the specific language governing permissions and limitations under the License. *
**********************************************************************************************************************/

#include <algorithm>
#include <iostream>
#include <fstream>
#include <sstream>
Expand Down

0 comments on commit edc1114

Please sign in to comment.