diff --git a/Sming/Libraries/OtaUpgrade/OtaUpgrade/EncryptedStream.h b/Sming/Libraries/OtaUpgrade/OtaUpgrade/EncryptedStream.h index 3557c56f82..b829708b86 100644 --- a/Sming/Libraries/OtaUpgrade/OtaUpgrade/EncryptedStream.h +++ b/Sming/Libraries/OtaUpgrade/OtaUpgrade/EncryptedStream.h @@ -12,6 +12,7 @@ #include "BasicStream.h" #include +#include namespace OtaUpgrade { @@ -20,7 +21,7 @@ namespace OtaUpgrade * * The class processes encrypted firmware upgrade files created by otatool.py. * A buffer is allocated dynamically to fit the largest chunk of the encryption container - * (2kB unless otatool.py was modified). The actual processing of the decrypted data is + * (2kB unless otatool.py was modified). The actual processing of the decrypted data is * defered to #BasicStream. */ class EncryptedStream : public BasicStream