aboutsummaryrefslogtreecommitdiffstats
path: root/utils
diff options
context:
space:
mode:
authorChuck Rose III <cfr@adobe.com>2008-01-15 21:43:17 +0000
committerChuck Rose III <cfr@adobe.com>2008-01-15 21:43:17 +0000
commit9a79de3d091978cfee5264ee2563fc5dedd33cb7 (patch)
tree8b66c5e6b3a2e210dec63e1dd87617c8dfec8078 /utils
parent6bf3ba67a5a46515a831614645d25e88a5c21d3c (diff)
downloadexternal_llvm-9a79de3d091978cfee5264ee2563fc5dedd33cb7.zip
external_llvm-9a79de3d091978cfee5264ee2563fc5dedd33cb7.tar.gz
external_llvm-9a79de3d091978cfee5264ee2563fc5dedd33cb7.tar.bz2
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
Diffstat (limited to 'utils')
-rw-r--r--utils/TableGen/CodeGenDAGPatterns.cpp1
1 files changed, 1 insertions, 0 deletions
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;
//===----------------------------------------------------------------------===//