Fixed an implicit standard library dependency

This was preventing some of the tests from compiling
This commit is contained in:
Ray Speth 2012-02-21 16:06:02 +00:00
parent 28270820a5
commit 7b96fa73c4

View file

@ -7,7 +7,7 @@
#define CT_LOGGER_H
#include <iostream>
#include <string>
#include <cstdlib>
namespace Cantera