#ifndef _tool_db_h_ #define _tool_db_h_ #include <memory> struct card_location_base; namespace db_tool { void PushAsync(char* sql); void save_attendance(const std::shared_ptr<card_location_base>& card_ptr); } #endif