--- gparted-0.29.0/src/Dialog_Progress.cc~ 2017-08-09 13:10:37.000000000 -0700 +++ gparted-0.29.0/src/Dialog_Progress.cc 2017-09-18 17:55:54.402735849 -0700 @@ -15,6 +15,8 @@ * along with this program; if not, see . */ +#include + #include "Dialog_Progress.h" #include "OperationDetail.h" #include "ProgressBar.h" --- gparted-0.29.0/src/Win_GParted.cc~ 2017-08-09 13:10:37.000000000 -0700 +++ gparted-0.29.0/src/Win_GParted.cc 2017-09-18 17:59:04.556222210 -0700 @@ -15,6 +15,8 @@ * along with this program; if not, see . */ +#include + #include "Win_GParted.h" #include "Dialog_Progress.h" #include "DialogFeatures.h" --- gparted-0.29.0/include/GParted_Core.h~ 2017-02-04 09:41:03.000000000 -0800 +++ gparted-0.29.0/include/GParted_Core.h 2017-09-18 18:00:46.464482864 -0700 @@ -18,6 +18,8 @@ #ifndef GPARTED_GPARTED_CORE_H #define GPARTED_GPARTED_CORE_H +#include + #include "BlockSpecial.h" #include "FileSystem.h" #include "Operation.h"