diff options
Diffstat (limited to '')
-rw-r--r-- | twrpTar.hpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/twrpTar.hpp b/twrpTar.hpp index 49d373c13..78c4c5978 100644 --- a/twrpTar.hpp +++ b/twrpTar.hpp @@ -27,7 +27,7 @@ extern "C" { #include <fstream> #include <string> #include <vector> -#include "twrpDU.hpp" +#include "exclude.hpp" #include "progresstracking.hpp" #include "partitions.hpp" #include "twrp-functions.hpp" @@ -69,6 +69,7 @@ public: string partition_name; string backup_folder; PartitionSettings *part_settings; + TWExclude *backup_exclusions; private: int extract(); |