#ifndef TRACK_H #define TRACK_H #include using namespace std; struct Track { uint32_t Ip; string UserAgent; }; #endif //TRACK_H