Solaris 10 update
Added various c include files.
This commit is contained in:
parent
ed29f66c8c
commit
ee22109ec5
5 changed files with 5 additions and 1 deletions
|
|
@ -11,6 +11,7 @@
|
|||
|
||||
|
||||
#include "ConstCpPoly.h"
|
||||
#include <math.h>
|
||||
|
||||
namespace Cantera {
|
||||
|
||||
|
|
|
|||
|
|
@ -13,6 +13,7 @@
|
|||
#include "mix_defs.h"
|
||||
#include "ConstDensityThermo.h"
|
||||
#include "SpeciesThermo.h"
|
||||
#include <math.h>
|
||||
|
||||
namespace Cantera {
|
||||
|
||||
|
|
|
|||
|
|
@ -20,6 +20,7 @@
|
|||
|
||||
#include <algorithm>
|
||||
#include "Group.h"
|
||||
#include <math.h>
|
||||
|
||||
namespace Cantera {
|
||||
|
||||
|
|
|
|||
|
|
@ -14,6 +14,7 @@
|
|||
#include "mix_defs.h"
|
||||
#include "LatticePhase.h"
|
||||
#include "SpeciesThermo.h"
|
||||
#include <math.h>
|
||||
|
||||
namespace Cantera {
|
||||
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@
|
|||
#include "ct_defs.h"
|
||||
#include "ctexceptions.h"
|
||||
#include <stdio.h>
|
||||
#include <string>
|
||||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
namespace Cantera {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue