fix for OpenSolaris + sunstudio 11 - missing include <fstream>

This commit is contained in:
Marian Krivos
2009-03-15 20:28:42 +00:00
parent cc9187148c
commit c41d7fcf91

View File

@@ -41,7 +41,7 @@
#include "Poco/Crypto/Crypto.h" #include "Poco/Crypto/Crypto.h"
#include <fstream> // std::streamsize
namespace Poco { namespace Poco {
namespace Crypto { namespace Crypto {