[gparted] Add missing includes to Mount_Info.cc
- From: Curtis Gedak <gedakc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gparted] Add missing includes to Mount_Info.cc
- Date: Sat, 14 Aug 2021 16:22:09 +0000 (UTC)
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]