includes the missing header file.
authoryeom <yeom>
Wed, 27 Oct 2010 22:10:33 +0000 (22:10 +0000)
committeryeom <yeom>
Wed, 27 Oct 2010 22:10:33 +0000 (22:10 +0000)
Robust/src/IR/Flat/BuildCode.java

index 52108168f29deb14edcb185a0336787483aff4cc..9beb1239038108203da824186b1e122597f38884 100644 (file)
@@ -225,8 +225,10 @@ public class BuildCode {
       outmethodheader.println("#include \"psemaphore.h\"");
       outmethodheader.println("#include \"memPool.h\"");
 
-      if (state.RCR) 
-       outmethodheader.println("#include \"rcr_runtime.h\"");
+      if (state.RCR) {
+        outmethodheader.println("#include \"rcr_runtime.h\"");
+        outmethodheader.println("#include \"oooJava/hashStructure.h\"");
+      }
 
       // spit out a global to inform all worker threads with
       // the maximum size is for any task record