Added missing include statements.

This commit is contained in:
Harry Moffat 2008-12-16 18:11:07 +00:00
parent 2ed6501053
commit 8f92e6da10
2 changed files with 3 additions and 0 deletions

View file

@ -12,6 +12,8 @@
#include "ThermoPhase.h"
#include "MultiPhase.h"
#include <string.h>
using namespace Cantera;
using namespace std;

View file

@ -15,6 +15,7 @@
#include <cassert>
#include "vcs_internal.h"
#include <string.h>
using namespace std;