#ifndef MAIN_H #define MAIN_H using namespace std; using namespace boost; any ExecuteFunction(const string functionName, const vector inputVarVals); #endif