From 495c0d1dbf97cd92b22de3b2b87546d5c274c36d Mon Sep 17 00:00:00 2001 From: haasegu Date: Thu, 11 Dec 2025 14:44:48 +0100 Subject: [PATCH] include added --- Sheet5/gh_response.txt | 3 +++ Sheet5/mylib.cpp | 1 + 2 files changed, 4 insertions(+) diff --git a/Sheet5/gh_response.txt b/Sheet5/gh_response.txt index d20576d..846e973 100644 --- a/Sheet5/gh_response.txt +++ b/Sheet5/gh_response.txt @@ -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 diff --git a/Sheet5/mylib.cpp b/Sheet5/mylib.cpp index 412d4a7..8124fcb 100644 --- a/Sheet5/mylib.cpp +++ b/Sheet5/mylib.cpp @@ -1,4 +1,5 @@ #include "mylib.h" +#include "algorithm" // GH: transform() #include // assert() #include #include