Skip to content

Commit

Permalink
fix: failing "stl_algorithms_2" project build
Browse files Browse the repository at this point in the history
  • Loading branch information
dudynets committed May 18, 2023
1 parent 048d95c commit d2194f8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/tests/18_05_2023/stl_algorithms_2/stl_algorithms_2.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#include <iostream>
#include <numeric>
#include <vector>
#include <algorithm>
#include <numeric>

using namespace std;

Expand Down

0 comments on commit d2194f8

Please sign in to comment.