From 34684ff3138ca32e62754cfca2a0b2116aa9e32d Mon Sep 17 00:00:00 2001 From: bigbiff bigbiff Date: Sun, 1 Dec 2013 21:03:45 -0500 Subject: Create a TWRP Disk Usage Class to retain state about a directory and whether we should skip it in other classes like twrpTar. Moved Get_Folder_Size to this new class. Change-Id: If0a0220f900eb109581f2eeaf7b76e3f7d6886f1 --- twrpTar.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'twrpTar.hpp') diff --git a/twrpTar.hpp b/twrpTar.hpp index 9128ba0df..fa3d2ced6 100644 --- a/twrpTar.hpp +++ b/twrpTar.hpp @@ -27,6 +27,7 @@ extern "C" { #include #include #include +#include "twrpDU.hpp" using namespace std; -- cgit v1.2.3