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:
parent
1e02732140
commit
ca8d131092
3 changed files with 4 additions and 0 deletions
|
|
@ -14,6 +14,8 @@
|
||||||
#include "cantera/base/ctexceptions.h"
|
#include "cantera/base/ctexceptions.h"
|
||||||
#include "cantera/base/stringUtils.h"
|
#include "cantera/base/stringUtils.h"
|
||||||
|
|
||||||
|
#include <iostream>
|
||||||
|
|
||||||
namespace Cantera
|
namespace Cantera
|
||||||
{
|
{
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -10,6 +10,7 @@
|
||||||
|
|
||||||
#include "SpeciesThermoMgr.h"
|
#include "SpeciesThermoMgr.h"
|
||||||
#include "speciesThermoTypes.h"
|
#include "speciesThermoTypes.h"
|
||||||
|
#include "cantera/base/global.h"
|
||||||
|
|
||||||
namespace Cantera
|
namespace Cantera
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -7,6 +7,7 @@
|
||||||
#include "TransportBase.h"
|
#include "TransportBase.h"
|
||||||
#include "cantera/numerics/DenseMatrix.h"
|
#include "cantera/numerics/DenseMatrix.h"
|
||||||
#include "LiquidTransportParams.h"
|
#include "LiquidTransportParams.h"
|
||||||
|
#include "cantera/thermo/WaterPropsIAPWS.h"
|
||||||
|
|
||||||
namespace Cantera
|
namespace Cantera
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue