aboutsummaryrefslogtreecommitdiffstats
path: root/utils
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2009-03-13 07:41:30 +0000
committerEvan Cheng <evan.cheng@apple.com>2009-03-13 07:41:30 +0000
commit79a5cef503c54f07be27c078267df6170cc6390a (patch)
tree2b4a1a2d2eef4d5ad46e6455aaa9921811227a36 /utils
parentaa739d26b1e65aec7f9afa1cde7e069c081ea355 (diff)
downloadexternal_llvm-79a5cef503c54f07be27c078267df6170cc6390a.zip
external_llvm-79a5cef503c54f07be27c078267df6170cc6390a.tar.gz
external_llvm-79a5cef503c54f07be27c078267df6170cc6390a.tar.bz2
Unbreak build.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@66874 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils')
-rw-r--r--utils/TableGen/TGSourceMgr.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/TableGen/TGSourceMgr.h b/utils/TableGen/TGSourceMgr.h
index 9a61a9b..33d3c10 100644
--- a/utils/TableGen/TGSourceMgr.h
+++ b/utils/TableGen/TGSourceMgr.h
@@ -14,6 +14,7 @@
#ifndef TGSOURCEMGR_H
#define TGSOURCEMGR_H
+#include <cassert>
#include <vector>
namespace llvm {