Added a missing include file that may have caused a compilation error
on ubuntu.
This commit is contained in:
parent
f1ab514ee5
commit
4eebd8012c
1 changed files with 1 additions and 0 deletions
|
|
@ -24,6 +24,7 @@
|
||||||
#define CTML_VERSION_1_4_1
|
#define CTML_VERSION_1_4_1
|
||||||
|
|
||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
|
#include <string.h>
|
||||||
|
|
||||||
using namespace std;
|
using namespace std;
|
||||||
using namespace Cantera;
|
using namespace Cantera;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue