mirror of https://github.com/WerWolv/ImHex.git
fix: Missing include on Linux
This commit is contained in:
parent
bf493c5763
commit
772b50fdfb
|
@ -2,6 +2,7 @@
|
||||||
|
|
||||||
#if defined(OS_LINUX)
|
#if defined(OS_LINUX)
|
||||||
|
|
||||||
|
#include <hex/helpers/utils.hpp>
|
||||||
#include <nlohmann/json.hpp>
|
#include <nlohmann/json.hpp>
|
||||||
#include <sys/wait.h>
|
#include <sys/wait.h>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue