mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-17 19:25:53 +02:00
Merge pull request #34 from bufferoverflow/develop
add algorithm header and adding lib folder to .gitignore
This commit is contained in:
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 {
|
||||||
|
Reference in New Issue
Block a user