Fixed a few missing #includes
This commit is contained in:
parent
a1b2f54ffb
commit
d2ac071660
2 changed files with 3 additions and 1 deletions
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
#include <string>
|
||||
|
||||
#include "thermo/EdgePhase.h"
|
||||
#include "thermo.h"
|
||||
#include "kinetics/EdgeKinetics.h"
|
||||
#include "kinetics/importKinetics.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -4,6 +4,8 @@
|
|||
// Note: this class is only used by TransportFactory, and is likely to
|
||||
// go away a a future date.
|
||||
|
||||
#include <iostream>
|
||||
|
||||
namespace Cantera
|
||||
{
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue