Skip to content
Snippets Groups Projects
Commit 12eaa55b authored by Jaime Arias's avatar Jaime Arias
Browse files

fix: add ctime library

parent d4b829a7
No related branches found
No related tags found
No related merge requests found
Pipeline #8741 passed with stages
in 12 minutes and 48 seconds
......@@ -2,6 +2,7 @@
#include <algorithm>
#include <cctype>
#include <ctime>
bool IsNumeric(const std::string &str) {
if (str.empty()) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment