fix: Missing include on Linux

This commit is contained in:
WerWolv 2021-09-16 22:34:48 +02:00
parent bf493c5763
commit 772b50fdfb

View file

@ -2,6 +2,7 @@
#if defined(OS_LINUX)
#include <hex/helpers/utils.hpp>
#include <nlohmann/json.hpp>
#include <sys/wait.h>