Fixed an implicit standard library dependency
This was preventing some of the tests from compiling
This commit is contained in:
parent
28270820a5
commit
7b96fa73c4
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@
|
|||
#define CT_LOGGER_H
|
||||
|
||||
#include <iostream>
|
||||
|
||||
#include <string>
|
||||
#include <cstdlib>
|
||||
|
||||
namespace Cantera
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue