include added
This commit is contained in:
parent
0125d25357
commit
495c0d1dbf
2 changed files with 4 additions and 0 deletions
|
|
@ -9,6 +9,9 @@ Linux: Using g++
|
||||||
Using clang++
|
Using clang++
|
||||||
> make run EX=Ex5 COMPILER=CLANG_
|
> make run EX=Ex5 COMPILER=CLANG_
|
||||||
|
|
||||||
|
Added
|
||||||
|
#include "algorithm" // GH: transform()
|
||||||
|
in mylib.pp:2
|
||||||
|
|
||||||
1:
|
1:
|
||||||
no scheduling tested
|
no scheduling tested
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,5 @@
|
||||||
#include "mylib.h"
|
#include "mylib.h"
|
||||||
|
#include "algorithm" // GH: transform()
|
||||||
#include <cassert> // assert()
|
#include <cassert> // assert()
|
||||||
#include <cmath>
|
#include <cmath>
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue