aboutsummaryrefslogtreecommitdiffstats
path: root/utils
diff options
context:
space:
mode:
authorChuck Rose III <cfr@adobe.com>2007-11-26 23:19:59 +0000
committerChuck Rose III <cfr@adobe.com>2007-11-26 23:19:59 +0000
commitaa91792d6c51f0671f896c26ff1b541621974081 (patch)
tree3ac16b50366dd352f6f481ed8cbb5dbf704a670e /utils
parenta16bbc9aa77c9e22a67e9b0a8be17321990a7ccc (diff)
downloadexternal_llvm-aa91792d6c51f0671f896c26ff1b541621974081.zip
external_llvm-aa91792d6c51f0671f896c26ff1b541621974081.tar.gz
external_llvm-aa91792d6c51f0671f896c26ff1b541621974081.tar.bz2
Add TGParser files to VStudio project files. Removed generated files section from TableGen project file as it is no longer needed. #Include <algorithm> directly from TGParser.cpp so it can see std::reverse.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@44340 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils')
-rw-r--r--utils/TableGen/TGParser.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/utils/TableGen/TGParser.cpp b/utils/TableGen/TGParser.cpp
index 2f0533a..6c16407 100644
--- a/utils/TableGen/TGParser.cpp
+++ b/utils/TableGen/TGParser.cpp
@@ -11,6 +11,8 @@
//
//===----------------------------------------------------------------------===//
+#include <algorithm>
+
#include "TGParser.h"
#include "Record.h"
#include "llvm/ADT/StringExtras.h"