From fbe0514d1ba33853e09fc7ca5a377bf208b996c0 Mon Sep 17 00:00:00 2001 From: justuser-31 Date: Tue, 22 Apr 2025 11:38:55 +0300 Subject: [PATCH] =?UTF-8?q?=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D0=B8=D0=B5=20=D0=B2=D0=BE=D0=B7=D0=BC=D0=BE=D0=B6?= =?UTF-8?q?=D0=BD=D0=BE=D0=B3=D0=BE=20=D0=B4=D0=B2=D0=BE=D0=B9=D0=BD=D0=BE?= =?UTF-8?q?=D0=B3=D0=BE=20=D0=B2=D0=BA=D0=BB=D1=8E=D1=87=D0=B5=D0=BD=D0=B8?= =?UTF-8?q?=D1=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- libs/time.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libs/time.h b/libs/time.h index 33b5735..7849af6 100644 --- a/libs/time.h +++ b/libs/time.h @@ -1,3 +1,5 @@ +#pragma once + #ifdef _WIN32 #include #else