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 {