mirror of
https://github.com/pocoproject/poco.git
synced 2025-05-03 07:52:29 +02:00
add algorithm header and adding lib folder to .gitignore
fix compilation on Debian x86_64 with gcc 4.4.5-8
This commit is contained in:
parent
245f3e7568
commit
7afd9c44db
1
.gitignore
vendored
1
.gitignore
vendored
@ -91,5 +91,6 @@ release_static/
|
|||||||
debug_static/
|
debug_static/
|
||||||
bin/
|
bin/
|
||||||
bin64/
|
bin64/
|
||||||
|
lib/
|
||||||
pocomsg.h
|
pocomsg.h
|
||||||
|
|
||||||
|
@ -44,6 +44,7 @@
|
|||||||
#include "Poco/Ascii.h"
|
#include "Poco/Ascii.h"
|
||||||
#include <cstring>
|
#include <cstring>
|
||||||
#include <locale>
|
#include <locale>
|
||||||
|
#include <algorithm>
|
||||||
|
|
||||||
|
|
||||||
namespace Poco {
|
namespace Poco {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user