- stupid stupid stupid Microsoft, I CANNOT BELEIVE IT THIS TIME!!! They broke their STL implementation in VC++ 2010! This fixes a problem using the inserter class.

see: http://code.google.com/p/angel-engine/issues/detail?id=34
This commit is contained in:
Mark Vejvoda 2011-04-05 05:43:30 +00:00
parent bdb4db9756
commit 0ad84a6920
1 changed files with 2 additions and 0 deletions

View File

@ -21,6 +21,8 @@
#include <algorithm>
#include <curl/curl.h>
#include "cache_manager.h"
// Need the include below for vc++ 2010 because Microsoft messed up their STL!
#include <iterator>
#include "leak_dumper.h"