/** * A common header for global includes */ #pragma once // C++ Standard Lib includes #include #include #include #include #include #include #include using namespace std; // JSON #include typedef Json::Value JsonValue; // Typedef some common templates typedef map StringConstMap; typedef map StringMap;