From e43548d03a4520ed37ae3a53aab9a10bfc1b8d7b Mon Sep 17 00:00:00 2001 From: Richard Roberts Date: Tue, 8 Dec 2009 22:49:57 +0000 Subject: [PATCH] A couple more "missing" .hpp files for newer gcc :-) --- cpp/BayesNet-inl.h | 1 + cpp/Conditional.h | 1 + 2 files changed, 2 insertions(+) diff --git a/cpp/BayesNet-inl.h b/cpp/BayesNet-inl.h index cb74f37f4..c9aeb0e06 100644 --- a/cpp/BayesNet-inl.h +++ b/cpp/BayesNet-inl.h @@ -14,6 +14,7 @@ using namespace boost::assign; #include "Ordering.h" #include "BayesNet.h" #include "FactorGraph-inl.h" +#include "Conditional.h" using namespace std; diff --git a/cpp/Conditional.h b/cpp/Conditional.h index 4c955080b..55812f4cb 100644 --- a/cpp/Conditional.h +++ b/cpp/Conditional.h @@ -11,6 +11,7 @@ #include // for noncopyable #include #include +#include #include "Testable.h" namespace gtsam {