diff options
Diffstat (limited to '')
-rw-r--r-- | partitions.hpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/partitions.hpp b/partitions.hpp index 62f95d040..287da62a6 100644 --- a/partitions.hpp +++ b/partitions.hpp @@ -21,6 +21,7 @@ #include <vector> #include <string> +#include "twrpDU.hpp" #define MAX_FSTAB_LINE_LENGTH 2048 @@ -162,7 +163,7 @@ friend class GUIPartitionList; class TWPartitionManager { public: - TWPartitionManager() {} + TWPartitionManager(); // Constructor for TWRPartionManager ~TWPartitionManager() {} public: |