From 11b1d34752469bf6817cbf1d9aac2e2e031f8587 Mon Sep 17 00:00:00 2001 From: Harry Moffat Date: Sun, 30 Apr 2006 19:56:06 +0000 Subject: [PATCH] Added a couple more include kinetics files. --- Cantera/cxx/include/kinetics.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Cantera/cxx/include/kinetics.h b/Cantera/cxx/include/kinetics.h index 4a94caa93..def0420ea 100644 --- a/Cantera/cxx/include/kinetics.h +++ b/Cantera/cxx/include/kinetics.h @@ -1,6 +1,11 @@ +/* + * $Id$ + */ #ifndef CXX_INCL_KINETICS #define CXX_INCL_KINETICS #include "kernel/Kinetics.h" +#include "kernel/InterfaceKinetics.h" +#include "kernel/KineticsFactory.h" #endif