From: Don Armstrong Date: Fri, 7 Feb 2014 23:22:33 +0000 (-0800) Subject: fix header problems in genome X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=ca915878139eae335411736b34c514f5587a0eaa;hp=d49beaff6c97583411fd8c554217da48b86d0e43;p=genome.git fix header problems in genome --- diff --git a/Main.cpp b/Main.cpp index 7beabb9..d7484f2 100644 --- a/Main.cpp +++ b/Main.cpp @@ -43,6 +43,8 @@ #include "genome.h" #include "Random.h" #include +#include +#include #include using namespace std; diff --git a/genome.cpp b/genome.cpp index f46c661..9c643db 100644 --- a/genome.cpp +++ b/genome.cpp @@ -51,6 +51,7 @@ #include #include #include +#include using namespace std; diff --git a/stochastic.cpp b/stochastic.cpp index 61eea36..9bece6d 100644 --- a/stochastic.cpp +++ b/stochastic.cpp @@ -40,6 +40,7 @@ #include "Random.h" #include #include +#include using namespace std;