commit | 711a48427fecb182735aadcc9036d6ec1b20b78c | [log] [tgz] |
---|---|---|
author | Chuck Rose III <cfr@adobe.com> | Tue Jan 15 21:43:17 2008 +0000 |
committer | Chuck Rose III <cfr@adobe.com> | Tue Jan 15 21:43:17 2008 +0000 |
tree | 8b66c5e6b3a2e210dec63e1dd87617c8dfec8078 | |
parent | fd3ad4f5bb69ceea19918a60eba76627cd9ca2bb [diff] [blame] |
Add files to windows project files. Also include <algorithm> explicitly so that vstudio build works git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@46013 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/utils/TableGen/CodeGenDAGPatterns.cpp b/utils/TableGen/CodeGenDAGPatterns.cpp index 7851b32..14b2b80 100644 --- a/utils/TableGen/CodeGenDAGPatterns.cpp +++ b/utils/TableGen/CodeGenDAGPatterns.cpp
@@ -18,6 +18,7 @@ #include "llvm/Support/Debug.h" #include "llvm/Support/Streams.h" #include <set> +#include <algorithm> using namespace llvm; //===----------------------------------------------------------------------===//