[Avida-SVN] r2243 - in branches/uml: Avida.xcodeproj source/main

hjg at myxo.css.msu.edu hjg at myxo.css.msu.edu
Fri Dec 28 11:03:42 PST 2007


Author: hjg
Date: 2007-12-28 14:03:42 -0500 (Fri, 28 Dec 2007)
New Revision: 2243

Modified:
   branches/uml/Avida.xcodeproj/project.pbxproj
   branches/uml/source/main/cMDEExistenceProperty.h
   branches/uml/source/main/cMDEProperty.h
Log:


Modified: branches/uml/Avida.xcodeproj/project.pbxproj
===================================================================
--- branches/uml/Avida.xcodeproj/project.pbxproj	2007-12-28 19:00:07 UTC (rev 2242)
+++ branches/uml/Avida.xcodeproj/project.pbxproj	2007-12-28 19:03:42 UTC (rev 2243)
@@ -856,7 +856,7 @@
 		DCC315CE076253A5008F7A48 /* environment.rotate */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = environment.rotate; sourceTree = "<group>"; };
 		DCC315D0076253A5008F7A48 /* task_event_gen.cc */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = task_event_gen.cc; sourceTree = "<group>"; };
 		DCC315D1076253A5008F7A48 /* task_event_gen.old.cc */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = task_event_gen.old.cc; sourceTree = "<group>"; };
-		DCC3164D07626CF3008F7A48 /* avida */ = {isa = PBXFileReference; includeInIndex = 0; lastKnownFileType = "compiled.mach-o.executable"; path = avida; sourceTree = BUILT_PRODUCTS_DIR; };
+		DCC3164D07626CF3008F7A48 /* avida */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = avida; sourceTree = BUILT_PRODUCTS_DIR; };
 /* End PBXFileReference section */
 
 /* Begin PBXFrameworksBuildPhase section */

Modified: branches/uml/source/main/cMDEExistenceProperty.h
===================================================================
--- branches/uml/source/main/cMDEExistenceProperty.h	2007-12-28 19:00:07 UTC (rev 2242)
+++ branches/uml/source/main/cMDEExistenceProperty.h	2007-12-28 19:03:42 UTC (rev 2243)
@@ -14,6 +14,7 @@
 #include <string>
 #include <fstream>
 #include <iostream>
+#include <cassert>
 
 
 /* Used to represent properties of the form: Globally, P eventually holds  */

Modified: branches/uml/source/main/cMDEProperty.h
===================================================================
--- branches/uml/source/main/cMDEProperty.h	2007-12-28 19:00:07 UTC (rev 2242)
+++ branches/uml/source/main/cMDEProperty.h	2007-12-28 19:03:42 UTC (rev 2243)
@@ -10,8 +10,10 @@
  */
 #include <string>
 #include <iostream>
+#include <cassert>
 
 
+
 class cMDEProperty{
 	
 public:




More information about the Avida-cvs mailing list