From 9a142cfd87beb86f73e7ce783a474074710ee322 Mon Sep 17 00:00:00 2001 From: John Hewson Date: Wed, 2 Dec 2009 23:07:43 +0000 Subject: [PATCH] Added "LiquidTransport.h" to the files included under transport.h --- Cantera/cxx/include/transport.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Cantera/cxx/include/transport.h b/Cantera/cxx/include/transport.h index be76ab861..035753e74 100755 --- a/Cantera/cxx/include/transport.h +++ b/Cantera/cxx/include/transport.h @@ -13,4 +13,5 @@ #include "kernel/DustyGasTransport.h" #include "kernel/MultiTransport.h" #include "kernel/MixTransport.h" +#include "kernel/LiquidTransport.h" #endif