motoharu-gosuto / psvpfstools

Tools for decrypting PS Vita PFS filesystem
127 stars 22 forks source link

Add inlcude to LocalKeyGenerator #10

Closed Al-Azif closed 6 years ago

Al-Azif commented 6 years ago

Added #include <fstream> to LocalKeyGenerator.cpp to get rid of these errors.

error: variable ‘std::ifstream inputStream’ has initializer but incomplete type
    std::ifstream inputStream(filepath.generic_string().c_str(), std::ios::in | 

error: variable ‘std::ifstream inputStream’ has initializer but incomplete type
    std::ifstream inputStream(filepath.generic_string().c_str(), std::ios::in |