[Samples] Fix missing includes in C++ sample programs
This commit is contained in:
parent
584392d856
commit
335e8fcd07
2 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -10,6 +10,8 @@
|
|||
#include "cantera/zerodim.h"
|
||||
#include "cantera/IdealGasMix.h"
|
||||
|
||||
#include <fstream>
|
||||
|
||||
using namespace Cantera;
|
||||
|
||||
void runexample()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue