Added a missing include file that may have caused a compilation error

on ubuntu.
This commit is contained in:
Harry Moffat 2008-12-16 18:04:36 +00:00
parent f1ab514ee5
commit 4eebd8012c

View file

@ -24,6 +24,7 @@
#define CTML_VERSION_1_4_1
#include <ctype.h>
#include <string.h>
using namespace std;
using namespace Cantera;