Fix #includes to work with Visual Studio 2013

Cherry-pick of trunk r3076.
This commit is contained in:
Ray Speth 2014-09-12 20:22:14 +00:00
parent 29cafb555b
commit 44b56a0fcf
3 changed files with 3 additions and 0 deletions

View file

@ -23,6 +23,7 @@
#include <vector>
#include <map>
#include <string>
#include <algorithm>
/**
* Namespace for the Cantera kernel.

View file

@ -3,6 +3,7 @@
#define TPX_SUB_H
#include "cantera/base/ctexceptions.h"
#include <algorithm>
namespace tpx
{

View file

@ -14,6 +14,7 @@
#include <fstream>
#include <sstream>
#include <functional>
using namespace Cantera;
using namespace std;