From ca915878139eae335411736b34c514f5587a0eaa Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Fri, 7 Feb 2014 15:22:33 -0800 Subject: [PATCH] fix header problems in genome --- Main.cpp | 2 ++ genome.cpp | 1 + stochastic.cpp | 1 + 3 files changed, 4 insertions(+) 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; -- 2.39.5