[gparted] Add missing includes to Mount_Info.cc



commit 48fd3cba74ba139a82991fb837d13834ce5e5d6c
Author: Mike Fleetwood <mike fleetwood googlemail com>
Date:   Wed Aug 11 22:29:25 2021 +0100

    Add missing includes to Mount_Info.cc

 src/Mount_Info.cc | 5 +++++
 1 file changed, 5 insertions(+)
---
diff --git a/src/Mount_Info.cc b/src/Mount_Info.cc
index ebb37ced..3794bce4 100644
--- a/src/Mount_Info.cc
+++ b/src/Mount_Info.cc
@@ -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
 {


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]