]> git.donarmstrong.com Git - genome.git/commitdiff
fix header problems in genome
authorDon Armstrong <don@donarmstrong.com>
Fri, 7 Feb 2014 23:22:33 +0000 (15:22 -0800)
committerDon Armstrong <don@donarmstrong.com>
Fri, 7 Feb 2014 23:22:33 +0000 (15:22 -0800)
Main.cpp
genome.cpp
stochastic.cpp

index 7beabb9a153c223def3d17172dbd4f0454b6e79a..d7484f2e4cbdbe4bb44b3f91af4baf949ce5126c 100644 (file)
--- a/Main.cpp
+++ b/Main.cpp
@@ -43,6 +43,8 @@
 #include "genome.h"\r
 #include "Random.h"\r
 #include <stdio.h> \r
+#include <stdlib.h> \r
+#include <string.h>\r
 #include <iomanip>\r
     \r
 using namespace std;\r
index f46c661a24228092ef3ef14944d54f8689ca17f4..9c643dbc7d3eae72adc7a77bedc1cde040a00575 100644 (file)
@@ -51,6 +51,7 @@
 #include <map>\r
 #include <sstream>\r
 #include <stdio.h>\r
+#include <string.h>\r
 \r
 using namespace std;\r
 \r
index 61eea3663753e36373b11a20b0616d187eeeba91..9bece6d424b170e8c49b45314ded2a6993c152b0 100644 (file)
@@ -40,6 +40,7 @@
 #include "Random.h"\r
 #include <math.h>\r
 #include <iostream>\r
+#include <stdlib.h>\r
 \r
 using namespace std;\r
 \r