diff src/parallel_execution/CPUWorker.cbc @ 462:8d7e5d48cad3

Running CPU examples
author Tatsuki IHA <innparusu@cr.ie.u-ryukyu.ac.jp>
date Wed, 20 Dec 2017 22:05:08 +0900
parents 57c715bd6283
children ac244346c85d
line wrap: on
line diff
--- a/src/parallel_execution/CPUWorker.cbc	Wed Dec 20 17:54:15 2017 +0900
+++ b/src/parallel_execution/CPUWorker.cbc	Wed Dec 20 22:05:08 2017 +0900
@@ -1,5 +1,5 @@
 #include "../context.h"
-
+#include "TaskManager.h"
 static void startWorker(Worker* worker);
 
 Worker* createCPUWorker(struct Context* context, int id, Queue* queue) {