Merge pull request #34 from bufferoverflow/develop

add algorithm header and adding lib folder to .gitignore
This commit is contained in:
Aleksandar Fabijanic
2012-12-13 15:22:46 -08:00
2 changed files with 2 additions and 0 deletions

1
.gitignore vendored
View File

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

View File

@@ -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 {