From 0d6843035308a907250da616372a4fbd654caf4e Mon Sep 17 00:00:00 2001 From: Marek Date: Mon, 1 Dec 2014 12:08:58 +0100 Subject: [PATCH] Update md5.h Poprawki pod linuksa --- md5.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/md5.h b/md5.h index 7b55d01..90d5ec4 100644 --- a/md5.h +++ b/md5.h @@ -4,6 +4,7 @@ #define _CRT_SECURE_NO_WARNINGS #include +#include std::string md5(std::string dat); std::string md5(const void* dat, size_t len); @@ -12,4 +13,4 @@ std::string md5file(std::FILE* file); std::string md5sum6(std::string dat); std::string md5sum6(const void* dat, size_t len); -#endif // end of MD5_H \ No newline at end of file +#endif // end of MD5_H