Added stringUtils.h include file where it's needed.

This commit is contained in:
Harry Moffat 2009-01-10 18:03:31 +00:00
parent fdcb5164de
commit 01ebc586d6
3 changed files with 3 additions and 0 deletions

View file

@ -27,6 +27,7 @@ using namespace std;
#include "writelog.h"
#include "ck2ct.h"
#include "stringUtils.h"
#include <time.h>
#include "ct_defs.h"
#include "ctml.h"

View file

@ -13,6 +13,7 @@
#include "ctlapack.h"
#include "utilities.h"
#include "DenseMatrix.h"
#include "stringUtils.h"
namespace Cantera {

View file

@ -26,6 +26,7 @@
#include "xml.h"
#include "ctml.h"
#include "ctexceptions.h"
#include "stringUtils.h"
using namespace ctml;
using namespace std;