Fixed a few missing #includes

This commit is contained in:
Ray Speth 2012-10-24 15:42:29 +00:00
parent a1b2f54ffb
commit d2ac071660
2 changed files with 3 additions and 1 deletions

View file

@ -3,7 +3,7 @@
#include <string>
#include "thermo/EdgePhase.h"
#include "thermo.h"
#include "kinetics/EdgeKinetics.h"
#include "kinetics/importKinetics.h"

View file

@ -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
{