Fix #includes to work with Visual Studio 2013
Cherry-pick of trunk r3076.
This commit is contained in:
parent
29cafb555b
commit
44b56a0fcf
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>
|
||||
|
||||
using namespace Cantera;
|
||||
using namespace std;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue