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++
|
||||
> make run EX=Ex5 COMPILER=CLANG_
|
||||
|
||||
Added
|
||||
#include "algorithm" // GH: transform()
|
||||
in mylib.pp:2
|
||||
|
||||
1:
|
||||
no scheduling tested
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
#include "mylib.h"
|
||||
#include "algorithm" // GH: transform()
|
||||
#include <cassert> // assert()
|
||||
#include <cmath>
|
||||
#include <iostream>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue