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:
Roger Meier 2012-12-13 22:38:46 +01:00
parent 245f3e7568
commit 7afd9c44db
2 changed files with 2 additions and 0 deletions

1
.gitignore vendored
View File

@ -91,5 +91,6 @@ release_static/
debug_static/
bin/
bin64/
lib/
pocomsg.h

View File

@ -44,6 +44,7 @@
#include "Poco/Ascii.h"
#include <cstring>
#include <locale>
#include <algorithm>
namespace Poco {