linux build fix

This commit is contained in:
georgemoralis 2024-04-05 19:33:38 +03:00
parent fc5e133c44
commit ea4bb4773e
1 changed files with 1 additions and 1 deletions

View File

@ -4,12 +4,12 @@
#pragma once
#define _TIMESPEC_DEFINED
#include <atomic>
#include <mutex>
#include <string>
#include <vector>
#include <pthread.h>
#include <sched.h>
#include "common/types.h"
namespace Core::Loader {