preprocessor: added missing header

git-svn-id: https://www.dynare.org/svn/dynare/trunk@3391 ac1d8469-bf42-47a9-8791-bf33cf982152
issue#70
sebastien 2010-01-28 14:18:40 +00:00
parent bce6509773
commit e0e25fff7d
1 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,5 @@
/*
* Copyright (C) 2003-2009 Dynare Team
* Copyright (C) 2003-2010 Dynare Team
*
* This file is part of Dynare.
*
@ -19,6 +19,7 @@
#include <cstdlib>
#include <cassert>
#include <cmath>
#include <iostream>
#include <fstream>