trunk preprocessor: added missing headers for recent versions of GCC

git-svn-id: https://www.dynare.org/svn/dynare/trunk@2594 ac1d8469-bf42-47a9-8791-bf33cf982152
time-shift
sebastien 2009-04-14 14:47:57 +00:00
parent 845888d692
commit 2e9ce1fe1e
2 changed files with 3 additions and 0 deletions

View File

@ -18,6 +18,7 @@
*/
#include <cmath>
#include <cstdlib>
#include "DynamicModel.hh"

View File

@ -17,6 +17,8 @@
* along with Dynare. If not, see <http://www.gnu.org/licenses/>.
*/
#include <cstdlib>
#include "StaticModel.hh"
StaticModel::StaticModel(SymbolTable &symbol_table_arg,