diff src/parallel_execution/stack.h @ 207:7470b8382672

Fix compile error to stack_test
author Tatsuki IHA <e125716@ie.u-ryukyu.ac.jp>
date Tue, 20 Dec 2016 17:55:49 +0900
parents 081607dcf893
children
line wrap: on
line diff
--- a/src/parallel_execution/stack.h	Tue Dec 20 17:19:54 2016 +0900
+++ b/src/parallel_execution/stack.h	Tue Dec 20 17:55:49 2016 +0900
@@ -1,1 +1,2 @@
+#include "context.h"
 extern union Data* createSingleLinkedStack(struct Context* context);