Add missing includes into Devices module
This commit is contained in:
parent
e9223207e6
commit
201f5f2f2f
|
@ -20,6 +20,10 @@
|
|||
|
||||
#include "Partition.h"
|
||||
#include "PartitionVector.h"
|
||||
#include "Utils.h"
|
||||
|
||||
#include <glibmm/ustring.h>
|
||||
|
||||
|
||||
namespace GParted
|
||||
{
|
||||
|
|
|
@ -17,6 +17,9 @@
|
|||
|
||||
#include "Device.h"
|
||||
|
||||
#include <glibmm/ustring.h>
|
||||
|
||||
|
||||
namespace GParted
|
||||
{
|
||||
|
||||
|
|
Loading…
Reference in New Issue