[Support] Don't include <algorithm> in Hashing.h
The include is for std::swap(), but that's in <utility> in C++11, and Hashing.h already includes that. Differential Revision: https://reviews.llvm.org/D100657
Loading
Please sign in to comment
The include is for std::swap(), but that's in <utility> in C++11, and Hashing.h already includes that. Differential Revision: https://reviews.llvm.org/D100657