[Cython] fixed missing includes in Cython wrapper headers
This commit is contained in:
parent
d4fb33c688
commit
c896501f4a
2 changed files with 4 additions and 1 deletions
|
|
@ -2,6 +2,9 @@
|
||||||
#define CT_CYTHON_FUNC_WRAPPER
|
#define CT_CYTHON_FUNC_WRAPPER
|
||||||
|
|
||||||
#include "cantera/numerics/Func1.h"
|
#include "cantera/numerics/Func1.h"
|
||||||
|
#include "cantera/base/ctexceptions.h"
|
||||||
|
|
||||||
|
#include "Python.h"
|
||||||
|
|
||||||
typedef double(*callback_wrapper)(double, void*, void**);
|
typedef double(*callback_wrapper)(double, void*, void**);
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
#include "cantera/thermo/ThermoPhase.h"
|
#include "cantera/thermo/ThermoPhase.h"
|
||||||
#include "cantera/transport/TransportBase.h"
|
#include "cantera/transport/TransportBase.h"
|
||||||
|
#include "cantera/kinetics/Kinetics.h"
|
||||||
|
|
||||||
// Wrappers for preprocessor defines
|
// Wrappers for preprocessor defines
|
||||||
std::string get_cantera_version()
|
std::string get_cantera_version()
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue