diff options
Diffstat (limited to '')
-rw-r--r-- | twrpTar.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
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 <fstream> #include <string> #include <vector> +#include "twrpDU.hpp" using namespace std; |