32#include <wx/fileconf.h>
39#include <wx/msw/regconf.h>
66#include <wx/msw/msvcrt.h>
68#if !defined(_INC_CRTDBG) || !defined(_CRTDBG_MAP_ALLOC)
69#pragma message("Debug CRT functions have not been included!")
84typedef std::string string;
85typedef vector<string> vecStr;
86typedef vector<int> vecInt;
87typedef vector<float> vecFloat;
88typedef vector<double> vecDouble;
89typedef vector<double*> vecDoublePt;
90typedef Eigen::ArrayXd axd;
91typedef Eigen::ArrayXi axi;
92typedef Eigen::ArrayXXd axxd;
93typedef vector<Eigen::ArrayXd> vecAxd;
94typedef vector<Eigen::ArrayXXd> vecAxxd;
Exception hierarchy for Hydrobricks.