Added missing include statements.
This commit is contained in:
parent
2ed6501053
commit
8f92e6da10
2 changed files with 3 additions and 0 deletions
|
|
@ -12,6 +12,8 @@
|
|||
#include "ThermoPhase.h"
|
||||
#include "MultiPhase.h"
|
||||
|
||||
#include <string.h>
|
||||
|
||||
using namespace Cantera;
|
||||
using namespace std;
|
||||
|
||||
|
|
|
|||
|
|
@ -15,6 +15,7 @@
|
|||
#include <cassert>
|
||||
|
||||
#include "vcs_internal.h"
|
||||
#include <string.h>
|
||||
|
||||
using namespace std;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue