[Samples] Fix missing includes in C++ sample programs

This commit is contained in:
Ray Speth 2013-10-07 15:17:28 +00:00
parent 584392d856
commit 335e8fcd07
2 changed files with 4 additions and 0 deletions

View file

@ -1,5 +1,7 @@
#include "cantera/IdealGasMix.h" // defines class IdealGasMix
#include <cstdio>
using namespace Cantera;
// The program is put into a function so that error handling code can

View file

@ -10,6 +10,8 @@
#include "cantera/zerodim.h"
#include "cantera/IdealGasMix.h"
#include <fstream>
using namespace Cantera;
void runexample()