win32 still broken

I'm having trouble keeping up with you guys :slight_smile:

No sooner than I fix the previous problems that another one is created:

c:\llvm\lib\Support\Timer.cpp(140) : error C2039: 'find' : is not a member of 'std'
c:\llvm\lib\Support\Timer.cpp(140) : error C3861: 'find': identifier not found, even with argument-dependent lookup
c:\llvm\lib\Support\Timer.cpp(270) : error C2039: 'sort' : is not a member of 'std'
c:\llvm\lib\Support\Timer.cpp(270) : error C3861: 'sort': identifier not found, even with argument-dependent lookup

VC++ defines these in <algorithm>. Ok to add an #include for it? Won't break some other platform?

Fixed. My apologies.

Reid.