Fix a few missing includes in header files

These header files had implicit dependencies on other header files, which are
now made explicit.
This commit is contained in:
Ray Speth 2013-06-13 22:50:03 +00:00
parent 1e02732140
commit ca8d131092
3 changed files with 4 additions and 0 deletions

View file

@ -14,6 +14,8 @@
#include "cantera/base/ctexceptions.h"
#include "cantera/base/stringUtils.h"
#include <iostream>
namespace Cantera
{

View file

@ -10,6 +10,7 @@
#include "SpeciesThermoMgr.h"
#include "speciesThermoTypes.h"
#include "cantera/base/global.h"
namespace Cantera
{

View file

@ -7,6 +7,7 @@
#include "TransportBase.h"
#include "cantera/numerics/DenseMatrix.h"
#include "LiquidTransportParams.h"
#include "cantera/thermo/WaterPropsIAPWS.h"
namespace Cantera
{