Add missing includes to Mount_Info.cc

This commit is contained in:
Mike Fleetwood 2021-08-11 22:29:25 +01:00 committed by Curtis Gedak
parent a7f9ec65cf
commit 48fd3cba74
1 changed files with 5 additions and 0 deletions

View File

@ -14,7 +14,9 @@
* along with this program; if not, see <http://www.gnu.org/licenses/>.
*/
#include "Mount_Info.h"
#include "BlockSpecial.h"
#include "FS_Info.h"
#include "Utils.h"
@ -26,6 +28,9 @@
#include <mntent.h>
#include <string>
#include <fstream>
#include <vector>
#include <algorithm>
namespace GParted
{