1
0
mirror of https://github.com/PurpleI2P/i2pd.git synced 2025-01-22 08:14:15 +00:00

Merge pull request #490 from majestrate/pr-fix-http-unit-tests-osx

add missing header to unbreak build
This commit is contained in:
orignal 2016-05-11 09:36:27 -04:00
commit 995bdb3f9e

View File

@ -7,6 +7,7 @@
*/
#include "HTTP.h"
#include <algorithm>
namespace i2p {
namespace http {