Add missing includes into Devices module

This commit is contained in:
Mike Fleetwood 2019-12-19 17:19:14 +00:00 committed by Curtis Gedak
parent e9223207e6
commit 201f5f2f2f
2 changed files with 7 additions and 0 deletions

View File

@ -20,6 +20,10 @@
#include "Partition.h" #include "Partition.h"
#include "PartitionVector.h" #include "PartitionVector.h"
#include "Utils.h"
#include <glibmm/ustring.h>
namespace GParted namespace GParted
{ {

View File

@ -17,6 +17,9 @@
#include "Device.h" #include "Device.h"
#include <glibmm/ustring.h>
namespace GParted namespace GParted
{ {