From ea3d2cd1ed046f2ca3e50f812cb8c5b7b0cf8e6b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= Date: Tue, 5 Feb 2013 15:49:47 +0100 Subject: [PATCH] Include right header in definition of LogLikelihoodSubSample --- mex/sources/estimation/LogLikelihoodSubSample.cc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/mex/sources/estimation/LogLikelihoodSubSample.cc b/mex/sources/estimation/LogLikelihoodSubSample.cc index 77ad440a4..b84fa0d80 100644 --- a/mex/sources/estimation/LogLikelihoodSubSample.cc +++ b/mex/sources/estimation/LogLikelihoodSubSample.cc @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2012 Dynare Team + * Copyright (C) 2009-2013 Dynare Team * * This file is part of Dynare. * @@ -23,8 +23,7 @@ // Created on: 14-Jan-2010 22:39:14 /////////////////////////////////////////////////////////// -//#include "LogLikelihoodSubSample.hh" -#include "LogLikelihoodMain.hh" // use ...Main.hh for testing only +#include "LogLikelihoodSubSample.hh" LogLikelihoodSubSample::~LogLikelihoodSubSample() {