Add QString include

This commit is contained in:
Shubham Jangra 2019-06-12 22:18:08 +05:30
parent d1a82f65d4
commit 6ea88cc737
2 changed files with 4 additions and 0 deletions

View File

@ -20,6 +20,8 @@
#include "util/capacity.h" #include "util/capacity.h"
#include "util/externalcommand.h" #include "util/externalcommand.h"
#include <QString>
namespace FS namespace FS
{ {
FileSystem::CommandSupportType minix::m_GetLabel = FileSystem::cmdSupportNone; FileSystem::CommandSupportType minix::m_GetLabel = FileSystem::cmdSupportNone;

View File

@ -24,6 +24,8 @@
class Report; class Report;
class QString;
namespace FS namespace FS
{ {
/** A minix(Mini Unix) file system. /** A minix(Mini Unix) file system.