changeset 1034:4761d569dcf5

fix include stdio.h in gearsDirectory
author matac42 <matac@cr.ie.u-ryukyu.ac.jp>
date Fri, 27 Oct 2023 12:03:20 +0900
parents c9e962c63595
children b331fcbdaec8
files src/parallel_execution/examples/gearsDirectory/GearsDirectoryImpl.cbc src/parallel_execution/examples/gearsDirectory/GearsDirectory_test.cbc
diffstat 2 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/parallel_execution/examples/gearsDirectory/GearsDirectoryImpl.cbc	Tue Oct 24 12:58:03 2023 +0900
+++ b/src/parallel_execution/examples/gearsDirectory/GearsDirectoryImpl.cbc	Fri Oct 27 12:03:20 2023 +0900
@@ -1,3 +1,4 @@
+#include <stdio.h>
 #interface "GearsDirectory.h"
 #interface "Stack.h"
 #interface "FTree.h"
--- a/src/parallel_execution/examples/gearsDirectory/GearsDirectory_test.cbc	Tue Oct 24 12:58:03 2023 +0900
+++ b/src/parallel_execution/examples/gearsDirectory/GearsDirectory_test.cbc	Fri Oct 27 12:03:20 2023 +0900
@@ -1,3 +1,4 @@
+#include <stdio.h>
 #interface "GearsDirectory.h"