Repository: lucy-clownfish
Updated Branches:
  refs/heads/master 2d90df44b -> 2000cf969


Add missing #include


Project: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/commit/2000cf96
Tree: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/tree/2000cf96
Diff: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/diff/2000cf96

Branch: refs/heads/master
Commit: 2000cf9697642e824c940f86d67c9e674da597b8
Parents: 2d90df4
Author: Nick Wellnhofer <[email protected]>
Authored: Sat May 23 15:51:11 2015 +0200
Committer: Nick Wellnhofer <[email protected]>
Committed: Sat May 23 15:51:11 2015 +0200

----------------------------------------------------------------------
 runtime/core/Clownfish/String.cfh | 7 +++++++
 1 file changed, 7 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucy-clownfish/blob/2000cf96/runtime/core/Clownfish/String.cfh
----------------------------------------------------------------------
diff --git a/runtime/core/Clownfish/String.cfh 
b/runtime/core/Clownfish/String.cfh
index 478ad19..17418b9 100644
--- a/runtime/core/Clownfish/String.cfh
+++ b/runtime/core/Clownfish/String.cfh
@@ -16,6 +16,13 @@
 
 parcel Clownfish;
 
+__C__
+
+// For CFISH_ALLOCA_OBJ.
+#include "Clownfish/Class.h"
+
+__END_C__
+
 /**
  * Immutable string holding Unicode characters.
  */

Reply via email to