mirror of
https://github.com/pocoproject/poco.git
synced 2025-01-19 00:46:03 +01:00
Merge pull request #213 from mkrivos/small_fixes
fix for missing #include <memory> for gcc 4.8.1
This commit is contained in:
commit
57c2d703ff
@ -47,6 +47,7 @@
|
||||
#include "Poco/NumericString.h"
|
||||
poco_static_assert(POCO_MAX_FLT_STRING_LEN == double_conversion::kMaxSignificantDecimalDigits);
|
||||
#include "Poco/String.h"
|
||||
#include <memory>
|
||||
#include <cctype>
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user