Added headers for possible ubuntu compilation problems.
This commit is contained in:
parent
7fc902373e
commit
fb0ab374e0
2 changed files with 2 additions and 0 deletions
|
|
@ -29,6 +29,7 @@
|
|||
|
||||
#include <cctype>
|
||||
#include <cstring>
|
||||
#include <cstdlib>
|
||||
|
||||
|
||||
using namespace std;
|
||||
|
|
|
|||
|
|
@ -32,6 +32,7 @@ using namespace std;
|
|||
#include "global.h"
|
||||
#include "stringUtils.h"
|
||||
#include <ctype.h>
|
||||
#include <cstdlib>
|
||||
|
||||
namespace Cantera {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue