changeset 962:359913ba0175

add interface
author ichikitakahiro <e165713@ie.u-ryukyu.ac.jp>
date Wed, 17 Mar 2021 20:00:15 +0900
parents 359f22dec55b
children 2e4c84f2683f
files src/parallel_execution/examples/wc/WcImpl.cbc
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/parallel_execution/examples/wc/WcImpl.cbc	Wed Mar 17 19:46:15 2021 +0900
+++ b/src/parallel_execution/examples/wc/WcImpl.cbc	Wed Mar 17 20:00:15 2021 +0900
@@ -1,6 +1,7 @@
 #include "../../../context.h"
 #include <stdio.h>
 #impl "Wc.h" as "WcImpl.h"
+#interface "WcResult.h"
 
 // ----
 // typedef struct WcImpl <> impl Wc {