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
This commit is contained in:
Chuck Rose III
2008-01-15 21:43:17 +00:00
parent 6bf3ba67a5
commit 9a79de3d09
5 changed files with 41 additions and 4 deletions

View File

@@ -18,6 +18,7 @@
#include "llvm/Support/Debug.h"
#include "llvm/Support/Streams.h"
#include <set>
#include <algorithm>
using namespace llvm;
//===----------------------------------------------------------------------===//