Solaris 10 update

Added various c include files.
This commit is contained in:
Harry Moffat 2007-03-20 21:57:15 +00:00
parent ed29f66c8c
commit ee22109ec5
5 changed files with 5 additions and 1 deletions

View file

@ -11,6 +11,7 @@
#include "ConstCpPoly.h"
#include <math.h>
namespace Cantera {

View file

@ -13,6 +13,7 @@
#include "mix_defs.h"
#include "ConstDensityThermo.h"
#include "SpeciesThermo.h"
#include <math.h>
namespace Cantera {

View file

@ -20,6 +20,7 @@
#include <algorithm>
#include "Group.h"
#include <math.h>
namespace Cantera {

View file

@ -14,6 +14,7 @@
#include "mix_defs.h"
#include "LatticePhase.h"
#include "SpeciesThermo.h"
#include <math.h>
namespace Cantera {

View file

@ -17,7 +17,7 @@
#include "ct_defs.h"
#include "ctexceptions.h"
#include <stdio.h>
#include <string>
#include <string.h>
#include <stdlib.h>
namespace Cantera {