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