mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-12 10:13:51 +01:00
Merge branch 'devel' of github.com:pocoproject/poco into devel
This commit is contained in:
commit
8a00e2ce91
@ -14,6 +14,8 @@
|
||||
#include "Poco/Net/HTTPSClientSession.h"
|
||||
#include "Poco/Util/Application.h"
|
||||
|
||||
#include <iostream>
|
||||
|
||||
using Poco::Net::HTTPSClientSession;
|
||||
using Poco::Net::HTTPRequest;
|
||||
using Poco::Net::HTTPResponse;
|
||||
|
@ -21,6 +21,8 @@
|
||||
#include "Poco/Thread.h"
|
||||
#include "Poco/Util/Application.h"
|
||||
|
||||
#include <iostream>
|
||||
|
||||
using Poco::Net::HTTPResponse;
|
||||
using Poco::Net::HTTPServerRequest;
|
||||
using Poco::Net::HTTPServerResponse;
|
||||
|
Loading…
Reference in New Issue
Block a user