#ifndef TYPES_H #define TYPES_H #include #include using namespace std; typedef vector arglist; #endif