#ifndef CRAWLER_H #define CRAWLER_H #include using namespace std; struct Crawler { string user_agent; int links_pressed; }; #endif