mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-13 10:32:57 +01:00
Fix build errors
This commit is contained in:
parent
fb9e90dacd
commit
9272b88696
@ -38,17 +38,21 @@
|
||||
#include "Poco/Timespan.h"
|
||||
#include "Poco/DateTime.h"
|
||||
#include "Poco/DateTimeFormatter.h"
|
||||
#include "Poco/DateTimeParser.h"
|
||||
#include "Poco/DateTimeFormat.h"
|
||||
#include "Poco/Net/NameValueCollection.h"
|
||||
#include <cstdlib>
|
||||
#include <sstream>
|
||||
|
||||
using Poco::Timestamp;
|
||||
using Poco::Timespan;
|
||||
using Poco::DateTimeFormatter;
|
||||
using Poco::DateTimeFormat;
|
||||
using Poco::DateTimeParser;
|
||||
using Poco::DateTime;
|
||||
using Poco::Net::NameValueCollection;
|
||||
using Poco::Net::HTTPCookie;
|
||||
using Poco::DateTimeParser;
|
||||
|
||||
|
||||
HTTPCookieTest::HTTPCookieTest(const std::string& name): CppUnit::TestCase(name)
|
||||
|
Loading…
Reference in New Issue
Block a user