Added "LiquidTransport.h" to the files included under transport.h

This commit is contained in:
John Hewson 2009-12-02 23:07:43 +00:00
parent 1f9d937d15
commit 9a142cfd87

View file

@ -13,4 +13,5 @@
#include "kernel/DustyGasTransport.h"
#include "kernel/MultiTransport.h"
#include "kernel/MixTransport.h"
#include "kernel/LiquidTransport.h"
#endif