Added logger.h to this file.

This commit is contained in:
Harry Moffat 2006-04-30 19:58:13 +00:00
parent d72e1750de
commit a0b4108ef0

View file

@ -18,6 +18,9 @@ using namespace std;
//
#include "kernel/importCTML.h"
// The Cantera logger class
#include "kernel/logger.h"
using namespace Cantera;
#endif