Add missing includes to Mount_Info.cc
This commit is contained in:
parent
a7f9ec65cf
commit
48fd3cba74
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue