Fix #includes to work with Visual Studio 2013

This commit is contained in:
Ray Speth 2014-07-25 18:32:57 +00:00
parent 4f3dd0624f
commit 67539df9f2
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>
#ifdef _WIN32
#include <windows.h>