[avida-cvs] avida CVS commits: /current/source/cpu cpu_test_info.hh

kaben avida-cvs at alife.org
Thu Dec 4 21:59:38 PST 2003


kaben		Thu Dec  4 13:59:38 2003 EDT

  Modified files:              
    /avida/current/source/cpu	cpu_test_info.hh 
  Log:
  
  cpu/cpu_test_info.hh didn't like default arguments in a class declaration
  because the file didn't know how cString was defined.  Added #include of
  "string.hh", which seems to fix the problem.
  
  
  
Index: avida/current/source/cpu/cpu_test_info.hh
diff -u avida/current/source/cpu/cpu_test_info.hh:1.1 avida/current/source/cpu/cpu_test_info.hh:1.2
--- avida/current/source/cpu/cpu_test_info.hh:1.1	Tue Nov 25 09:37:54 2003
+++ avida/current/source/cpu/cpu_test_info.hh	Thu Dec  4 13:59:37 2003
@@ -13,6 +13,9 @@
 #ifndef CPU_DEFS_HH
 #include "cpu_defs.hh"
 #endif
+#ifndef STRING_HH
+#include "string.hh"
+#endif
 #ifndef TARRAY_HH
 #include "tArray.hh"
 #endif






More information about the Avida-cvs mailing list