#ifndef SECURITY_CHECKER_H #define SECURITY_CHECKER_H #include #include bool check_country(std::string country); #endif SECURITY_CHECKER_H