Fix #includes to work with Visual Studio 2013
This commit is contained in:
parent
4f3dd0624f
commit
67539df9f2
3 changed files with 3 additions and 0 deletions
|
|
@ -23,6 +23,7 @@
|
|||
#include <vector>
|
||||
#include <map>
|
||||
#include <string>
|
||||
#include <algorithm>
|
||||
|
||||
/**
|
||||
* Namespace for the Cantera kernel.
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@
|
|||
#define TPX_SUB_H
|
||||
|
||||
#include "cantera/base/ctexceptions.h"
|
||||
#include <algorithm>
|
||||
|
||||
namespace tpx
|
||||
{
|
||||
|
|
|
|||
|
|
@ -14,6 +14,7 @@
|
|||
|
||||
#include <fstream>
|
||||
#include <sstream>
|
||||
#include <functional>
|
||||
|
||||
#ifdef _WIN32
|
||||
#include <windows.h>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue