mirror of https://github.com/WerWolv/ImHex.git
Fix linux build
This commit is contained in:
parent
8b9b284ae9
commit
896cad1fe0
|
@ -4,6 +4,8 @@
|
||||||
|
|
||||||
#include <string_view>
|
#include <string_view>
|
||||||
|
|
||||||
|
#include <sys/stat.h>
|
||||||
|
|
||||||
namespace hex::prv {
|
namespace hex::prv {
|
||||||
|
|
||||||
class FileProvider : public Provider {
|
class FileProvider : public Provider {
|
||||||
|
|
Loading…
Reference in New Issue