include added

This commit is contained in:
Gundolf Haase 2025-12-11 14:44:48 +01:00
commit 495c0d1dbf
2 changed files with 4 additions and 0 deletions

View file

@ -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

View file

@ -1,4 +1,5 @@
#include "mylib.h"
#include "algorithm" // GH: transform()
#include <cassert> // assert()
#include <cmath>
#include <iostream>