From 239f248456ad00f894dc26dceefa968898738c9d Mon Sep 17 00:00:00 2001 From: Stefan Zabka Date: Mon, 22 Jun 2020 16:43:42 +0200 Subject: Getting make to run --- 04_exercise/threadpool.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '04_exercise/threadpool.h') diff --git a/04_exercise/threadpool.h b/04_exercise/threadpool.h index 745c4dd..6b5945b 100644 --- a/04_exercise/threadpool.h +++ b/04_exercise/threadpool.h @@ -1,9 +1,9 @@ #ifndef THREADPOOL_H_INCLUDED #define THREADPOOL_H_INCLUDED +#include "ppmlib.h" #include #include -#include /**@brief Funktionszeiger auf eine asynchron auszuführende Funktion. * -- cgit v1.2.3-54-g00ecf