sys_time: include <exception> on NOT WIN32

This commit is contained in:
Ani 2026-02-20 14:50:35 +01:00 committed by Elad
parent e075170cc4
commit bfea622999

View file

@ -118,6 +118,7 @@ static int clock_gettime(int clk_id, struct timespec* tp)
#ifndef _WIN32
#include <exception>
#include <sys/time.h>
static struct timespec start_time = []()