Added headers for possible ubuntu compilation problems.

This commit is contained in:
Harry Moffat 2009-03-13 03:18:08 +00:00
parent 7fc902373e
commit fb0ab374e0
2 changed files with 2 additions and 0 deletions

View file

@ -29,6 +29,7 @@
#include <cctype>
#include <cstring>
#include <cstdlib>
using namespace std;

View file

@ -32,6 +32,7 @@ using namespace std;
#include "global.h"
#include "stringUtils.h"
#include <ctype.h>
#include <cstdlib>
namespace Cantera {