From 795ad70444e73fed58b7b3c64f5a31f8a643d94f Mon Sep 17 00:00:00 2001 From: Artyom Bystrov Date: Sun, 30 Apr 2023 17:15:42 +0300 Subject: [PATCH] Add time.h in Crosy.cpp --- src/Crosy.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Crosy.cpp b/src/Crosy.cpp index db5f728..e331978 100644 --- a/src/Crosy.cpp +++ b/src/Crosy.cpp @@ -1,6 +1,6 @@ #include "Crosy.h" #include - +#include std::string Crosy::getExePath() { -- 2.33.7