Add a missing features.h include.

Este commit está contenido en:
Andrius Štikonas 2020-02-08 21:58:47 +00:00
padre f47a83408b
commit efb970ba11
Se han modificado 1 ficheros con 1 adiciones y 0 borrados

Ver fichero

@ -18,6 +18,7 @@
#ifndef KPMCORE_FILESYSTEMFACTORY_H
#define KPMCORE_FILESYSTEMFACTORY_H
#include "fs/feature.h"
#include "fs/filesystem.h"
#include "util/libpartitionmanagerexport.h"