mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-28 03:20:11 +01:00
missing include cstring on gcc 4.3.X
This commit is contained in:
@@ -42,6 +42,7 @@
|
|||||||
|
|
||||||
#include "Poco/Foundation.h"
|
#include "Poco/Foundation.h"
|
||||||
#include <cstddef>
|
#include <cstddef>
|
||||||
|
#include <cstring>
|
||||||
|
|
||||||
|
|
||||||
namespace Poco {
|
namespace Poco {
|
||||||
|
|||||||
Reference in New Issue
Block a user