Skip to content

Commit 67bfc45

Browse files
committed
std::for_each needs <algorithm> to be included
1 parent 90717b0 commit 67bfc45

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/executiontest.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#include <execution>
2+
#include <algorithm>
23
#include <vector>
4+
35
int main() {
46
std::vector<int> v = { 1, 2, 3 };
57
int sum = 0;

0 commit comments

Comments
 (0)