diff --git a/include/toolkit.h b/include/toolkit.h index c34d417..828c724 100644 --- a/include/toolkit.h +++ b/include/toolkit.h @@ -110,7 +110,7 @@ namespace toolkit return std::round(value*temp)/temp; } - std::string get_time_now(){ + inline std::string get_time_now(){ auto time_now = std::chrono::system_clock::now(); auto now_c = std::chrono::system_clock::to_time_t(time_now); char buffer[32];