mirror of
				https://github.com/pocoproject/poco.git
				synced 2025-10-30 05:29:41 +01:00 
			
		
		
		
	Fix build errors
This commit is contained in:
		| @@ -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) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 karlr42
					karlr42