Add missing Device.h include into GParted_Core and Win_GParted

The files GParted_Core.h, GParted_Core.cc and Win_GParted.cc all use the
Device type but don't include Device.h for it's definition.  Include it.
This commit is contained in:
Mike Fleetwood 2019-05-10 17:34:14 +01:00 committed by Curtis Gedak
parent 1ed8d909fc
commit 1d8cbd0125
3 changed files with 3 additions and 0 deletions

View File

@ -19,6 +19,7 @@
#define GPARTED_GPARTED_CORE_H
#include "BlockSpecial.h"
#include "Device.h"
#include "FileSystem.h"
#include "Operation.h"
#include "Partition.h"

View File

@ -18,6 +18,7 @@
#include "GParted_Core.h"
#include "CopyBlocks.h"
#include "BlockSpecial.h"
#include "Device.h"
#include "DMRaid.h"
#include "FileSystem.h"
#include "FS_Info.h"

View File

@ -16,6 +16,7 @@
*/
#include "Win_GParted.h"
#include "Device.h"
#include "Dialog_Progress.h"
#include "DialogFeatures.h"
#include "DialogPasswordEntry.h"