Added stringUtils.h include file where it's needed.
This commit is contained in:
parent
fdcb5164de
commit
01ebc586d6
3 changed files with 3 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -13,6 +13,7 @@
|
|||
#include "ctlapack.h"
|
||||
#include "utilities.h"
|
||||
#include "DenseMatrix.h"
|
||||
#include "stringUtils.h"
|
||||
|
||||
namespace Cantera {
|
||||
|
||||
|
|
|
|||
|
|
@ -26,6 +26,7 @@
|
|||
#include "xml.h"
|
||||
#include "ctml.h"
|
||||
#include "ctexceptions.h"
|
||||
#include "stringUtils.h"
|
||||
|
||||
using namespace ctml;
|
||||
using namespace std;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue