mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-23 17:36:37 +02:00
Merge pull request #490 from majestrate/pr-fix-http-unit-tests-osx
add missing header to unbreak build
This commit is contained in:
commit
995bdb3f9e
1 changed files with 1 additions and 0 deletions
1
HTTP.cpp
1
HTTP.cpp
|
@ -7,6 +7,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "HTTP.h"
|
#include "HTTP.h"
|
||||||
|
#include <algorithm>
|
||||||
|
|
||||||
namespace i2p {
|
namespace i2p {
|
||||||
namespace http {
|
namespace http {
|
||||||
|
|
Loading…
Add table
Reference in a new issue