Adding include file stdio.h to resolve compiling issue when upgrading to Ubuntu 9.10. The printf() compiles on ubuntu 9.04 and mac machines.

release/4.3a0
Eohan George 2009-11-11 17:15:17 +00:00
parent f51614813e
commit ab65dfb4dd
2 changed files with 2 additions and 0 deletions

View File

@ -9,6 +9,7 @@
#pragma once #pragma once
#include <boost/shared_ptr.hpp> #include <boost/shared_ptr.hpp>
#include <stdio.h>
namespace gtsam { namespace gtsam {

View File

@ -11,6 +11,7 @@
#include <iomanip> #include <iomanip>
#include <cmath> #include <cmath>
#include <boost/foreach.hpp> #include <boost/foreach.hpp>
#include <stdio.h>
#ifdef WIN32 #ifdef WIN32
#include <Windows.h> #include <Windows.h>