Nektar++
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
pchSpatialDomains.h
Go to the documentation of this file.
1 #pragma once
2 
3 #ifndef NOMINMAX
4 #define NOMINMAX
5 #endif //NOMINMAX
6 
7 #include <list>
8 #include <set>
9 #include <vector>
10 #include <algorithm>
11 #include <string>
12 #include <sstream>
13 
14 #ifndef TIXML_USE_STL
15 #define TIXML_USE_STL
16 #endif
17 
18 #include <tinyxml.h>
19 #include <boost/shared_ptr.hpp>
20