engine: platform: linux: add missing math.h include

This commit is contained in:
Alibek Omarov 2023-12-26 18:56:30 +03:00
parent b4a7c266b5
commit f8a1a2ed71
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@ GNU General Public License for more details.
#include <ucontext.h>
#include <time.h>
#include <unistd.h>
#include <math.h>
#include "platform/platform.h"
static void *g_hsystemd;